Skip to content

Commit 30cb3c2

Browse files
gregkhbentiss
authored andcommitted
HID: add USB_HID dependancy to hid-prodikeys
The prodikeys HID driver only controls USB devices, yet did not have a dependancy on USB_HID. This causes build errors on some configurations like nios2 when building due to new changes to the prodikeys driver. Reported-by: kernel test robot <[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 d080811 commit 30cb3c2

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
@@ -245,7 +245,7 @@ config HID_MACALLY
245245

246246
config HID_PRODIKEYS
247247
tristate "Prodikeys PC-MIDI Keyboard support"
248-
depends on HID && SND
248+
depends on USB_HID && SND
249249
select SND_RAWMIDI
250250
help
251251
Support for Prodikeys PC-MIDI Keyboard device support.

0 commit comments

Comments
 (0)