Commit bbb2d8a8 authored by Benjamin Tissoires's avatar Benjamin Tissoires Committed by Jiri Kosina

HID: Kconfig: add USB_HID dependency to UC-LOGIC

In commit 08177f40 (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: default avatarJiri Kosina <jkosina@suse.cz>
Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fce8c5fd
......@@ -306,7 +306,7 @@ config HID_KYE
config HID_UCLOGIC
tristate "UC-Logic"
depends on HID
depends on USB_HID
---help---
Support for UC-Logic and Huion tablets.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment