HID: asus: Add depends on USB_HID to HID_ASUS Kconfig option
authorHans de Goede <hdegoede@redhat.com>
Thu, 7 May 2020 09:53:34 +0000 (11:53 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 7 May 2020 11:28:57 +0000 (13:28 +0200)
commitc4f0126d487f3c68ab19ccb7c561e8fbf3ea2247
tree060d4c7625bb5566cd0a20f5ef090718a6c62399
parent350bd245fc180032b442633d40ab37ff8e60e8eb
HID: asus: Add depends on USB_HID to HID_ASUS Kconfig option

Since commit 4bc43a421218 ("HID: asus: Add
hid_is_using_ll_driver(usb_hid_driver) check") the hid-asus.c depends
on the usb_hid_driver symbol. Add a depends on USB_HID to Kconfig to
fix missing symbols errors in hid-asus when USB_HID is not enabled.

Fixes: 4bc43a421218 ("HID: asus: Add hid_is_using_ll_driver(usb_hid_driver) check")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig