aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorBryan Wu <bryan.wu@canonical.com>2012-06-17 06:52:34 -0400
committerJiri Kosina <jkosina@suse.cz>2012-06-18 09:28:05 -0400
commit25976a796cca22d6b0b2e9f821fa00fc4d98daa0 (patch)
tree91a35424e8bf8c6f2e7a873e294799fa67283aea /drivers/hid
parentc1dcad2d32d0252e8a3023d20311b52a187ecda3 (diff)
HID: select NEW_LEDS for driver of Lenovo ThinkPad USB Keyboard with TrackPoint
commit 'HID: Driver for Lenovo Keyboard with Trackpoint' (c1dcad2d32d0252e8a3023d20311b52a187ecda3) introduced a compiling error due to unmetting dependency of CONFIG_LEDS_CLASS. on i386: ERROR: "led_brightness_set" [drivers/leds/led-class.ko] undefined! ERROR: "leds_list" [drivers/leds/led-class.ko] undefined! ERROR: "leds_list_lock" [drivers/leds/led-class.ko] undefined! Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Bryan Wu <bryan.wu@canonical.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index ca7e76cab83d..cbf0e0344e3e 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -271,6 +271,7 @@ config HID_LCPOWER
271config HID_LENOVO_TPKBD 271config HID_LENOVO_TPKBD
272 tristate "Lenovo ThinkPad USB Keyboard with TrackPoint" 272 tristate "Lenovo ThinkPad USB Keyboard with TrackPoint"
273 depends on USB_HID 273 depends on USB_HID
274 select NEW_LEDS
274 select LEDS_CLASS 275 select LEDS_CLASS
275 ---help--- 276 ---help---
276 Support for the Lenovo ThinkPad USB Keyboard with TrackPoint. 277 Support for the Lenovo ThinkPad USB Keyboard with TrackPoint.