aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index f4f000abc4e9..e11371fb9191 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -252,6 +252,20 @@ 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
255config ACPI_SONY
256 tristate "Sony Laptop Extras"
257 depends on X86 && ACPI
258 default m
259 ---help---
260 This mini-driver drives the ACPI SNC device present in the
261 ACPI BIOS of the Sony Vaio laptops.
262
263 It gives access to some extra laptop functionalities. In
264 its current form, the only thing this driver does is letting
265 the user set or query the screen brightness.
266
267 Read <file:Documentation/acpi/sony_acpi.txt> for more information.
268
255config ACPI_CUSTOM_DSDT 269config ACPI_CUSTOM_DSDT
256 bool "Include Custom DSDT" 270 bool "Include Custom DSDT"
257 depends on !STANDALONE 271 depends on !STANDALONE