Skip to content

Commit d080811

Browse files
gregkhbentiss
authored andcommitted
HID: add USB_HID dependancy to hid-chicony
The chicony HID driver only controls USB devices, yet did not have a dependancy on USB_HID. This causes build errors on some configurations like sparc when building due to new changes to the chicony driver. Reported-by: Stephen Rothwell <[email protected]> Cc: [email protected] Cc: Jiri Kosina <[email protected]> Cc: Benjamin Tissoires <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 918aa1e commit d080811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ config HID_CHERRY
207207

208208
config HID_CHICONY
209209
tristate "Chicony devices"
210-
depends on HID
210+
depends on USB_HID
211211
default !EXPERT
212212
help
213213
Support for Chicony Tactical pad and special keys on Chicony keyboards.

0 commit comments

Comments
 (0)