Commit cfb7563b authored by Przemo Firszt's avatar Przemo Firszt Committed by Jiri Kosina

HID: wacom: Fix HID_WACOM self-dependency

This patch fixes a silly mistake: HID_WACOM was dependent on HID_WACOM, so
the option wasn't showing up after make menuconfig
Signed-off-by: default avatarPrzemo Firszt <przemo@firszt.eu>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 4202f1de
...@@ -595,7 +595,6 @@ config THRUSTMASTER_FF ...@@ -595,7 +595,6 @@ config THRUSTMASTER_FF
config HID_WACOM config HID_WACOM
tristate "Wacom Bluetooth devices support" tristate "Wacom Bluetooth devices support"
depends on BT_HIDP depends on BT_HIDP
depends on HID_WACOM
select POWER_SUPPLY select POWER_SUPPLY
---help--- ---help---
Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. Support for Wacom Graphire Bluetooth and Intuos4 WL 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