Messages in this thread Patch in this message |  | | From | Benjamin Tissoires <> | Subject | [PATCH] HID: logitech-dj: add usbhid dependency in Kconfig | Date | Wed, 24 Apr 2019 15:16:36 +0200 |
| |
An oversight from me.
Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> --- drivers/hid/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 76d82063d8d2..c3c390ca3690 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -521,6 +521,7 @@ config HID_LOGITECH config HID_LOGITECH_DJ tristate "Logitech Unifying receivers full support" + depends on USB_HID depends on HIDRAW depends on HID_LOGITECH select HID_LOGITECH_HIDPP -- 2.19.2
|  |