aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r--drivers/usb/gadget/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 11a3e0fa4331..390c13372bdc 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -863,6 +863,17 @@ config USB_G_MULTI_CDC
863 863
864 If unsure, say "y". 864 If unsure, say "y".
865 865
866config USB_G_HID
867 tristate "HID Gadget"
868 help
869 The HID gadget driver provides generic emulation of USB
870 Human Interface Devices (HID).
871
872 For more information, see Documentation/usb/gadget_hid.txt which
873 includes sample code for accessing the device files.
874
875 Say "y" to link the driver statically, or "m" to build a
876 dynamically linked module called "g_hid".
866 877
867# put drivers that need isochronous transfer support (for audio 878# put drivers that need isochronous transfer support (for audio
868# or video class gadget drivers), or specific hardware, here. 879# or video class gadget drivers), or specific hardware, here.