:orphan: .. title:: CONFIG_USB_DEVICE_HID .. kconfig:: CONFIG_USB_DEVICE_HID CONFIG_USB_DEVICE_HID ##################### *USB Human Interface Device support* Type: ``bool`` Help ==== .. code-block:: none Enables USB Human Interface Device support. Default device name is "HID_0". Direct dependencies =================== \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/usb/class/hid/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` → ``/usb/Kconfig:160`` → ``/usb/class/Kconfig:16`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support .. code-block:: kconfig menuconfig 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.)*