diff options
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 |