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/misc/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/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 00db31c314e0..78fc47ba9717 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -88,4 +88,18 @@ config MSI_LAPTOP | |||
88 | 88 | ||
89 | If you have an MSI S270 laptop, say Y or M here. | 89 | If you have an MSI S270 laptop, say Y or M here. |
90 | 90 | ||
91 | config SONY_LAPTOP | ||
92 | tristate "Sony Laptop Extras" | ||
93 | depends on X86 && ACPI | ||
94 | select BACKLIGHT_CLASS_DEVICE | ||
95 | ---help--- | ||
96 | This mini-driver drives the ACPI SNC device present in the | ||
97 | ACPI BIOS of the Sony Vaio laptops. | ||
98 | |||
99 | It gives access to some extra laptop functionalities. In | ||
100 | its current form, the only thing this driver does is letting | ||
101 | the user set or query the screen brightness. | ||
102 | |||
103 | Read <file:Documentation/acpi/sony_acpi.txt> for more information. | ||
104 | |||
91 | endmenu | 105 | endmenu |