浏览代码

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 年之前
父节点
当前提交
cfb7563bca
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/hid/Kconfig

+ 0 - 1
drivers/hid/Kconfig

@@ -595,7 +595,6 @@ config THRUSTMASTER_FF
 config HID_WACOM
 config HID_WACOM
 	tristate "Wacom Bluetooth devices support"
 	tristate "Wacom Bluetooth devices support"
 	depends on BT_HIDP
 	depends on BT_HIDP
-	depends on HID_WACOM
 	select POWER_SUPPLY
 	select POWER_SUPPLY
 	---help---
 	---help---
 	Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.
 	Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.