-
CONFIG_USB_DEVICE_HID
¶
USB Human Interface Device support
Type: bool
Help¶
Enables USB Human Interface Device support. Default device name is “HID_0”.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/usb/class/hid/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:45
→ <Zephyr>/subsys/usb/Kconfig:144
→ <Zephyr>/subsys/usb/class/Kconfig:136
Menu path: (Top) → Sub Systems and OS Services → USB Device Support
config USB_DEVICE_HID
bool "USB Human Interface Device support"
depends on USB_DEVICE_STACK
help
Enables USB Human Interface Device support. Default device name
is "HID_0".
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)