diff options
author | Holger Macht <hmacht@suse.de> | 2006-10-20 17:30:29 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-10-21 01:36:00 -0400 |
commit | 2039a6eb72d4b5d0dd71de5c4dff5db129848c44 (patch) | |
tree | dd26066fec8fd8dd9b0a18f2b326c39ce4ee1a3e /drivers/acpi/Kconfig | |
parent | 8acb025085aa88c41063bfa0f2c3b4d0a3f2ef11 (diff) |
ACPI: asus_acpi: Add support for the generic backlight device
Add support for the generic backlight interface below /sys/class/backlight.
Keep the procfs brightness handling for backward compatibility.
[apw@shadowen.org: backlight users need to select BACKLIGHT_CLASS_DEVICE]
Signed-off-by: Holger Macht <hmacht@suse.de>
Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index bc58a3b18e06..9b64c4e6c63e 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -172,6 +172,7 @@ config ACPI_NUMA | |||
172 | config ACPI_ASUS | 172 | config ACPI_ASUS |
173 | tristate "ASUS/Medion Laptop Extras" | 173 | tristate "ASUS/Medion Laptop Extras" |
174 | depends on X86 | 174 | depends on X86 |
175 | select BACKLIGHT_CLASS_DEVICE | ||
175 | ---help--- | 176 | ---help--- |
176 | This driver provides support for extra features of ACPI-compatible | 177 | This driver provides support for extra features of ACPI-compatible |
177 | ASUS laptops. As some of Medion laptops are made by ASUS, it may also | 178 | ASUS laptops. As some of Medion laptops are made by ASUS, it may also |