Skip to content

Commit 9d14201

Browse files
arndbJiri Kosina
authored andcommitted
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: 09dc28a ("HID: wacom: Improve generic name generation") Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 09dc28a commit 9d14201

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
@@ -924,7 +924,7 @@ config HID_UDRAW_PS3
924924

925925
config HID_WACOM
926926
tristate "Wacom Intuos/Graphire tablet support (USB)"
927-
depends on HID
927+
depends on USB_HID
928928
select POWER_SUPPLY
929929
select NEW_LEDS
930930
select LEDS_CLASS

0 commit comments

Comments
 (0)