Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cfb7563b authored by Przemo Firszt's avatar Przemo Firszt Committed by Jiri Kosina
Browse files

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: default avatarPrzemo Firszt <przemo@firszt.eu>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 4202f1de
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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.