diff options
author | Corentin Chary <corentincj@iksaif.net> | 2008-03-13 12:56:37 +0100 |
---|---|---|
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 2264127afac..01b7deba91e 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -355,6 +355,7 @@ config EEEPC_LAPTOP tristate "Eee PC Hotkey Driver (EXPERIMENTAL)" depends on X86 depends on ACPI + depends on BACKLIGHT_CLASS_DEVICE depends on EXPERIMENTAL ---help--- This driver supports the Fn-Fx keys on Eee PC laptops. |