diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2013-03-07 10:48:29 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-07 15:27:29 +0100 |
commit | 777d4bb39a585ff54817815544941c2da70a0bb9 (patch) | |
tree | 15d9a3e8467636ada2eeaa8608ce7bf05d7f78d7 /drivers/hid | |
parent | 6399f335c2c5fb9c244bbb2b8a437498d260bed7 (diff) | |
download | linux-777d4bb39a585ff54817815544941c2da70a0bb9.tar.gz linux-777d4bb39a585ff54817815544941c2da70a0bb9.tar.xz |
HID: holtek: Holtek devices depends on USB_HID
In the HID drivers tranport cleanup series, I removed the dependency
between hid-holtek and usbhid. This was wrong as hid-holtek.c relies
extensively on usb calls.
This fixes compilation error when CONFIG_USB_SUPPORT is not enabled.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index c802b0716f48..d1dcfc78bed2 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -215,7 +215,7 @@ config HID_EZKEY config HID_HOLTEK tristate "Holtek HID devices" - depends on HID + depends on USB_HID ---help--- Support for Holtek based devices: - Holtek On Line Grip based game controller |