diff options
author | Przemo Firszt <przemo@firszt.eu> | 2012-03-28 17:13:36 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-29 10:40:15 -0400 |
commit | cfb7563bca99a264c1e5574027b80018cac1752e (patch) | |
tree | a31da5847429b64300144018beca94823a3ad37c /drivers/hid | |
parent | 4202f1de3b4f1edf74a7f8b2f8b56cb5a8398081 (diff) |
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 32ada1001159..4ecc25629a45 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -595,7 +595,6 @@ config THRUSTMASTER_FF | |||
595 | config HID_WACOM | 595 | config HID_WACOM |
596 | tristate "Wacom Bluetooth devices support" | 596 | tristate "Wacom Bluetooth devices support" |
597 | depends on BT_HIDP | 597 | depends on BT_HIDP |
598 | depends on HID_WACOM | ||
599 | select POWER_SUPPLY | 598 | select POWER_SUPPLY |
600 | ---help--- | 599 | ---help--- |
601 | Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. | 600 | Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. |