Messages in this thread |  | | From | Benjamin Tissoires <> | Date | Wed, 24 Apr 2019 15:18:37 +0200 | Subject | Re: [PATCH] HID: logitech-dj: add usbhid dependency in Kconfig |
| |
On Wed, Apr 24, 2019 at 3:16 PM Benjamin Tissoires <benjamin.tissoires@redhat.com> wrote: > > An oversight from me. > > Reported-by: kbuild test robot <lkp@intel.com> > Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
I went ahead and pushed it already to for-5.2/logitech
Cheers, Benjamin
> --- > 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 >
|  |