diff options
author | Alessandro Guido <alessandro.guido@gmail.com> | 2007-01-13 17:04:34 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-13 03:05:35 -0500 |
commit | 50f62afb114ffcf052cf07d4b49b2d148b749955 (patch) | |
tree | e0db235d30af047359a2219faa21e24e91f098ba /drivers/acpi/Kconfig | |
parent | fac3506100c19391bc5474084dd838f0fb87bf26 (diff) |
sony_acpi: Add backlight support to the sony_acpi
Make the sony_acpi use the backlight subsystem to adjust brightness value
instead of using the /proc/sony/brightness file. (Other settings will
still have a /proc/sony/... entry)
Signed-off-by: Alessandro Guido <alessandro.guido@gmail.com>
Cc: Stelian Pop <stelian@popies.net>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mattia Dongili <malattia@linux.it>
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 e11371fb9191..364e6fe8ec35 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -255,6 +255,7 @@ config ACPI_TOSHIBA | |||
255 | config ACPI_SONY | 255 | config ACPI_SONY |
256 | tristate "Sony Laptop Extras" | 256 | tristate "Sony Laptop Extras" |
257 | depends on X86 && ACPI | 257 | depends on X86 && ACPI |
258 | select BACKLIGHT_CLASS_DEVICE | ||
258 | default m | 259 | default m |
259 | ---help--- | 260 | ---help--- |
260 | This mini-driver drives the ACPI SNC device present in the | 261 | This mini-driver drives the ACPI SNC device present in the |