The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_USB_HID_MAX_PAYLOAD_SIZE

(No prompt – not directly user assignable.)

Type: int

Help

Max allowed payload size over USB HID Class

Direct dependencies

(USB_DEVICE_HID && USB && BOARD_INTEL_S1000_CRB) || (USB_DEVICE_HID && USB_DEVICE_STACK)

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:74

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_HID_MAX_PAYLOAD_SIZE
    int
    default 128 if USB_DEVICE_HID && USB && BOARD_INTEL_S1000_CRB
    depends on USB_DEVICE_HID && USB && BOARD_INTEL_S1000_CRB

At subsys/usb/class/hid/Kconfig:49

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:28subsys/usb/Kconfig:102subsys/usb/class/Kconfig:129

Menu path: (top menu) → USB device stack

config USB_HID_MAX_PAYLOAD_SIZE
    int
    default 64 if USB_DEVICE_HID && USB_DEVICE_STACK
    depends on USB_DEVICE_HID && USB_DEVICE_STACK
    help
      Max allowed payload size over USB HID Class

(Definitions include propagated dependencies, including from if’s and menus.)