diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-04-26 00:02:23 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-04-29 09:47:01 -0400 |
commit | 4fa6811b8ade1b7839342824939817a8fc751539 (patch) | |
tree | 72a187571caf4066a6db582e6f6a8046688ea71b /drivers/misc/Kconfig | |
parent | 95e57ab2cbd8b016327b23d76da8a96cbd26ac0c (diff) |
ACPI: thinkpad-acpi: prepare light and LED for sysfs support
Do some preparatory work to add sysfs support to the thinklight and
thinkpad leds driver.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 297a48f85446..3a5d7694b878 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -245,6 +245,8 @@ config THINKPAD_ACPI | |||
245 | select HWMON | 245 | select HWMON |
246 | select NVRAM | 246 | select NVRAM |
247 | depends on INPUT | 247 | depends on INPUT |
248 | select NEW_LEDS | ||
249 | select LEDS_CLASS | ||
248 | ---help--- | 250 | ---help--- |
249 | This is a driver for the IBM and Lenovo ThinkPad laptops. It adds | 251 | This is a driver for the IBM and Lenovo ThinkPad laptops. It adds |
250 | support for Fn-Fx key combinations, Bluetooth control, video | 252 | support for Fn-Fx key combinations, Bluetooth control, video |