aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rientjes <rientjes@google.com>2012-05-19 22:11:55 -0400
committerJiri Kosina <jkosina@suse.cz>2012-05-21 09:27:47 -0400
commit4e52b538e31d8eca2dde1f01e0685977c19d006e (patch)
treefef2123390247aa5559ca23589a7cf326847663e
parentd70a2ffe3a8ce37eeeecbed34e5b7a177956d535 (diff)
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 <rientjes@google.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/hid/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
595config HID_WACOM 595config HID_WACOM
596 tristate "Wacom Bluetooth devices support" 596 tristate "Wacom Bluetooth devices support"
597 depends on BT_HIDP 597 depends on BT_HIDP
598 depends on LEDS_CLASS
598 select POWER_SUPPLY 599 select POWER_SUPPLY
599 select LEDS_CLASS
600 ---help--- 600 ---help---
601 Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. 601 Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.
602 602