Skip to content

Commit c4f0126

Browse files
jwrdegoedeJiri Kosina
authored andcommitted
HID: asus: Add depends on USB_HID to HID_ASUS Kconfig option
Since commit 4bc43a4 ("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: 4bc43a4 ("HID: asus: Add hid_is_using_ll_driver(usb_hid_driver) check") Reported-by: kbuild test robot <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 350bd24 commit c4f0126

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ config HID_APPLEIR
149149

150150
config HID_ASUS
151151
tristate "Asus"
152+
depends on USB_HID
152153
depends on LEDS_CLASS
153154
depends on ASUS_WMI || ASUS_WMI=n
154155
select POWER_SUPPLY

0 commit comments

Comments
 (0)