summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy/Kconfig
diff options
context:
space:
mode:
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>2014-11-06 11:12:00 +0100
committerFelipe Balbi <balbi@ti.com>2014-11-06 16:18:18 -0600
commit4bc8a33f2407975a5a40bd6adf86de815d2ce913 (patch)
tree9e0f0b552c8d4a939b18cf87b13ff045a2f57cf1 /drivers/usb/gadget/legacy/Kconfig
parentcb382536052fcc7713988869b54a81137069e5a9 (diff)
downloadlinux-4bc8a33f2407975a5a40bd6adf86de815d2ce913.tar.bz2
usb: gadget: hid: convert to new interface of f_hid
Use the new f_hid interface in order for the old to be removed. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/legacy/Kconfig')
-rw-r--r--drivers/usb/gadget/legacy/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/legacy/Kconfig b/drivers/usb/gadget/legacy/Kconfig
index 8011b190e679..fd48ef3af4eb 100644
--- a/drivers/usb/gadget/legacy/Kconfig
+++ b/drivers/usb/gadget/legacy/Kconfig
@@ -420,6 +420,7 @@ endif # TTY
config USB_G_HID
tristate "HID Gadget"
select USB_LIBCOMPOSITE
+ select USB_F_HID
help
The HID gadget driver provides generic emulation of USB
Human Interface Devices (HID).