HID: wacom: Fix HID_WACOM self-dependency
authorPrzemo Firszt <przemo@firszt.eu>
Wed, 28 Mar 2012 21:13:36 +0000 (22:13 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 29 Mar 2012 14:40:15 +0000 (16:40 +0200)
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: Przemo Firszt <przemo@firszt.eu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig

index 32ada100115949559d3566ffc9bccc5974369b3d..4ecc25629a45bda26a30d92ba532d9dd266e44b1 100644 (file)
@@ -595,7 +595,6 @@ config THRUSTMASTER_FF
 config HID_WACOM
        tristate "Wacom Bluetooth devices support"
        depends on BT_HIDP
-       depends on HID_WACOM
        select POWER_SUPPLY
        ---help---
        Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.