From: David Rientjes Date: Sun, 20 May 2012 02:11:55 +0000 (-0700) Subject: HID: wacom: fix build breakage without CONFIG_LEDS_CLASS X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4e52b538e31d8eca2dde1f01e0685977c19d006e;p=openwrt%2Fstaging%2Fblogic.git 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: David Rientjes Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 6e0d65aca308..81b13e41a0c5 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -595,8 +595,8 @@ config THRUSTMASTER_FF config HID_WACOM tristate "Wacom Bluetooth devices support" depends on BT_HIDP + depends on LEDS_CLASS select POWER_SUPPLY - select LEDS_CLASS ---help--- Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.