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 <sfr@canb.auug.org.au> Cc: stable@vger.kernel.org Cc: Jiri Kosina <jikos@kernel.org> Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Link: https://lore.kernel.org/r/20211203075927.2829218-1-gregkh@linuxfoundation.org
1 parent 918aa1e commit d080811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)