Searched hist:"30 cb3c2ad24b66fb7639a6d1f4390c74d6e68f94" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hid/ |
H A D | Kconfig | diff 30cb3c2ad24b66fb7639a6d1f4390c74d6e68f94 Fri Dec 03 09:12:31 CET 2021 Greg Kroah-Hartman <gregkh@linuxfoundation.org> 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
|