diff options
author | David Rientjes <rientjes@google.com> | 2012-05-20 02:11:55 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-05-21 13:27:47 (GMT) |
commit | 4e52b538e31d8eca2dde1f01e0685977c19d006e (patch) | |
tree | fef2123390247aa5559ca23589a7cf326847663e /drivers/hid/Kconfig | |
parent | d70a2ffe3a8ce37eeeecbed34e5b7a177956d535 (diff) | |
download | linux-4e52b538e31d8eca2dde1f01e0685977c19d006e.tar.xz |
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>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 6e0d65a..81b13e4 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. |