Skip to content

Commit bbb2d8a

Browse files
bentissJiri Kosina
authored andcommitted
HID: Kconfig: add USB_HID dependency to UC-LOGIC
In commit 08177f4 (HID: uclogic: merge hid-huion driver in hid-uclogic) HID_HUION depends explicitely on USB_HID because it contained quite some USB-isms. Now that hid-uclogic is the new home of Huion tablets, we need to also add the dependency on USB_HID to this driver. Reported-by: Jiri Kosina <[email protected]> Reported-by: kbuild test robot <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent fce8c5f commit bbb2d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ config HID_KYE
306306

307307
config HID_UCLOGIC
308308
tristate "UC-Logic"
309-
depends on HID
309+
depends on USB_HID
310310
---help---
311311
Support for UC-Logic and Huion tablets.
312312

0 commit comments

Comments
 (0)