CONFIG_USB_DEVICE_HID

USB Human Interface Device support

Type: bool

Help

Enables USB Human Interface Device support.

Direct dependencies

USB_DEVICE_STACK && USB_DEVICE_STACK

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:26subsys/usb/Kconfig:84subsys/usb/class/Kconfig:133

Menu path: (top menu) → USB device stack

config USB_DEVICE_HID
    bool
    prompt "USB Human Interface Device support" if USB_DEVICE_STACK && USB_DEVICE_STACK
    depends on USB_DEVICE_STACK && USB_DEVICE_STACK
    help
      Enables USB Human Interface Device support.

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