From: Przemo Firszt Date: Wed, 28 Mar 2012 21:13:36 +0000 (+0100) Subject: HID: wacom: Fix HID_WACOM self-dependency X-Git-Tag: v3.5-rc1~138^2^3~7 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cfb7563bca99a264c1e5574027b80018cac1752e;p=~emulex%2Finfiniband.git 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 Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 32ada100115..4ecc25629a4 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.