diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2014-11-06 13:12:00 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-11-07 01:18:18 +0300 |
commit | 4bc8a33f2407975a5a40bd6adf86de815d2ce913 (patch) | |
tree | 9e0f0b552c8d4a939b18cf87b13ff045a2f57cf1 /drivers/usb/gadget/legacy/Kconfig | |
parent | cb382536052fcc7713988869b54a81137069e5a9 (diff) | |
download | linux-4bc8a33f2407975a5a40bd6adf86de815d2ce913.tar.xz |
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/Kconfig | 1 |
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). |