diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2013-03-07 04:48:29 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-07 09:27:29 -0500 |
commit | 777d4bb39a585ff54817815544941c2da70a0bb9 (patch) | |
tree | 15d9a3e8467636ada2eeaa8608ce7bf05d7f78d7 | |
parent | 6399f335c2c5fb9c244bbb2b8a437498d260bed7 (diff) |
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>
-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 | |||
215 | 215 | ||
216 | config HID_HOLTEK | 216 | config HID_HOLTEK |
217 | tristate "Holtek HID devices" | 217 | tristate "Holtek HID devices" |
218 | depends on HID | 218 | depends on USB_HID |
219 | ---help--- | 219 | ---help--- |
220 | Support for Holtek based devices: | 220 | Support for Holtek based devices: |
221 | - Holtek On Line Grip based game controller | 221 | - Holtek On Line Grip based game controller |