aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-07-28 15:18:00 +0200
committerJiri Kosina <jkosina@suse.cz>2017-08-01 11:22:21 +0200
commit9d14201c7444bbdf89413e88d91b73150c3de38b (patch)
tree21a7f65f38e37ef5b9b2ad1a7517cdc67f4316b2 /drivers/hid
parentHID: wacom: Improve generic name generation (diff)
downloadlinux-dev-9d14201c7444bbdf89413e88d91b73150c3de38b.tar.xz
linux-dev-9d14201c7444bbdf89413e88d91b73150c3de38b.zip
HID: wacom: add USB_HID dependency
The driver has gained a compile-time dependency that we should express in Kconfig to avoid this link error: drivers/hid/wacom_sys.o: In function `wacom_parse_and_register': wacom_sys.c:(.text+0x2eec): undefined reference to `usb_hid_driver' Fixes: 09dc28acaec7 ("HID: wacom: Improve generic name generation") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 3cd60f460b61..0a3117cc29e7 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -924,7 +924,7 @@ config HID_UDRAW_PS3
config HID_WACOM
tristate "Wacom Intuos/Graphire tablet support (USB)"
- depends on HID
+ depends on USB_HID
select POWER_SUPPLY
select NEW_LEDS
select LEDS_CLASS