-
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
&& BOARD_INTEL_S1000_CRB
) || (USB_DEVICE_HID
&& USB_DEVICE_STACK
&& USB_DEVICE_STACK
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 128 if
USB
&&BOARD_INTEL_S1000_CRB
- 64 if
USB_DEVICE_HID
&&USB_DEVICE_STACK
&&USB_DEVICE_STACK
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:73
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config USB_HID_MAX_PAYLOAD_SIZE int default 128 ifUSB
&&BOARD_INTEL_S1000_CRB
depends onUSB
&&BOARD_INTEL_S1000_CRB
At subsys/usb/class/hid/Kconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:26
→ subsys/usb/Kconfig:84
→ subsys/usb/class/Kconfig:133
Menu path: (top menu) → USB device stack
config USB_HID_MAX_PAYLOAD_SIZE int default 64 ifUSB_DEVICE_HID
&&USB_DEVICE_STACK
&&USB_DEVICE_STACK
depends onUSB_DEVICE_HID
&&USB_DEVICE_STACK
&&USB_DEVICE_STACK
help Max allowed payload size over USB HID Class
(Definitions include propagated dependencies, including from if’s and menus.)