aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2015-03-04 11:24:55 -0500
committerJiri Kosina <jkosina@suse.cz>2015-03-04 17:33:22 +0100
commitbbb2d8a890733256d12b2c796eadaf54e70e9af5 (patch)
tree3083b1e190c4310958cf47727709fef40ec330ba /drivers/hid/Kconfig
parentHID: uclogic: actually invert the in-range bit for huion tablets only (diff)
downloadlinux-dev-bbb2d8a890733256d12b2c796eadaf54e70e9af5.tar.xz
linux-dev-bbb2d8a890733256d12b2c796eadaf54e70e9af5.zip
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 <jkosina@suse.cz> Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 8a55fd7f1fe3..60c34ccebe61 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -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.