mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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>
This commit is contained in:
parent
6399f335c2
commit
777d4bb39a
@ -215,7 +215,7 @@ config HID_EZKEY
|
|||||||
|
|
||||||
config HID_HOLTEK
|
config HID_HOLTEK
|
||||||
tristate "Holtek HID devices"
|
tristate "Holtek HID devices"
|
||||||
depends on HID
|
depends on USB_HID
|
||||||
---help---
|
---help---
|
||||||
Support for Holtek based devices:
|
Support for Holtek based devices:
|
||||||
- Holtek On Line Grip based game controller
|
- Holtek On Line Grip based game controller
|
||||||
|
Loading…
x
Reference in New Issue
Block a user