diff options
author | Mattia Dongili <malattia@linux.it> | 2007-02-07 14:01:53 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-13 03:06:53 -0500 |
commit | 91fbc1d311c1b8b71203b96f1a0629da7360eb4c (patch) | |
tree | abfece8382c2758bec65889443396d3a2f7d66c6 /drivers/acpi/Kconfig | |
parent | 7df03b82ed081777d2393ff8a5fb9d4a3a560f26 (diff) |
sony-laptop: create from sony_acpi
Move drivers/acpi/sony_acpi.c to drivers/misc/sony-laptop.c with all the
necessary configuration.
The SONY_LAPTOP config option substitutes the old ACPI_SONY and is 'default n'
now.
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 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 364e6fe8ec35..f4f000abc4e9 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -252,21 +252,6 @@ config ACPI_TOSHIBA | |||
252 | If you have a legacy free Toshiba laptop (such as the Libretto L1 | 252 | If you have a legacy free Toshiba laptop (such as the Libretto L1 |
253 | series), say Y. | 253 | series), say Y. |
254 | 254 | ||
255 | config ACPI_SONY | ||
256 | tristate "Sony Laptop Extras" | ||
257 | depends on X86 && ACPI | ||
258 | select BACKLIGHT_CLASS_DEVICE | ||
259 | default m | ||
260 | ---help--- | ||
261 | This mini-driver drives the ACPI SNC device present in the | ||
262 | ACPI BIOS of the Sony Vaio laptops. | ||
263 | |||
264 | It gives access to some extra laptop functionalities. In | ||
265 | its current form, the only thing this driver does is letting | ||
266 | the user set or query the screen brightness. | ||
267 | |||
268 | Read <file:Documentation/acpi/sony_acpi.txt> for more information. | ||
269 | |||
270 | config ACPI_CUSTOM_DSDT | 255 | config ACPI_CUSTOM_DSDT |
271 | bool "Include Custom DSDT" | 256 | bool "Include Custom DSDT" |
272 | depends on !STANDALONE | 257 | depends on !STANDALONE |