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 <lkp@intel.com> 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/20211203081231.2856936-1-gregkh@linuxfoundation.org
1 parent d080811 commit 30cb3c2

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
@@ -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)