Skip to content

Commit

Permalink
HID: holtek: Holtek devices depends on USB_HID
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benjamin Tissoires authored and Jiri Kosina committed Mar 7, 2013
1 parent 6399f33 commit 777d4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 777d4bb

Please sign in to comment.