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

Commit 4e52b538 authored by David Rientjes's avatar David Rientjes Committed by Jiri Kosina
Browse files

HID: wacom: fix build breakage without CONFIG_LEDS_CLASS



CONFIG_HID_WACOM must depend on CONFIG_LEDS_CLASS, otherwise
CONFIG_NEW_LEDS may be disabled.

Signed-off-by: default avatarDavid Rientjes <rientjes@google.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d70a2ffe
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -595,8 +595,8 @@ 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 LEDS_CLASS
	select POWER_SUPPLY
	select POWER_SUPPLY
	select LEDS_CLASS
	---help---
	---help---
	Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.
	Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.