diff options
author | Corentin Chary <corentincj@iksaif.net> | 2008-03-13 07:56:37 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-04-29 10:08:07 -0400 |
commit | a5fa429b4b19cccd3f91a98af891c7ba2706cc1d (patch) | |
tree | ccb44b62827cc82432f2b1289853da8b69f9f319 /drivers/misc/Kconfig | |
parent | e59f87966adef2cb03d419530e3ade5159487d6d (diff) |
eeepc-laptop: add backlight
Add backlight class support to the eeepc-laptop driver.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 2264127afac7..01b7deba91e8 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -355,6 +355,7 @@ config EEEPC_LAPTOP | |||
355 | tristate "Eee PC Hotkey Driver (EXPERIMENTAL)" | 355 | tristate "Eee PC Hotkey Driver (EXPERIMENTAL)" |
356 | depends on X86 | 356 | depends on X86 |
357 | depends on ACPI | 357 | depends on ACPI |
358 | depends on BACKLIGHT_CLASS_DEVICE | ||
358 | depends on EXPERIMENTAL | 359 | depends on EXPERIMENTAL |
359 | ---help--- | 360 | ---help--- |
360 | This driver supports the Fn-Fx keys on Eee PC laptops. | 361 | This driver supports the Fn-Fx keys on Eee PC laptops. |