diff options
author | Przemo Firszt <przemo@firszt.eu> | 2012-03-28 22:13:36 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-29 16:40:15 +0200 |
commit | cfb7563bca99a264c1e5574027b80018cac1752e (patch) | |
tree | a31da5847429b64300144018beca94823a3ad37c /drivers/hid | |
parent | 4202f1de3b4f1edf74a7f8b2f8b56cb5a8398081 (diff) | |
download | op-kernel-dev-cfb7563bca99a264c1e5574027b80018cac1752e.zip op-kernel-dev-cfb7563bca99a264c1e5574027b80018cac1752e.tar.gz |
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: Przemo Firszt <przemo@firszt.eu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 32ada10..4ecc256 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -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. |