Browse Source

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>
Przemo Firszt 13 years ago
parent
commit
cfb7563bca
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/hid/Kconfig

+ 0 - 1
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.