diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 80b199fa0aa9..75dbc584b574 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -112,14 +112,19 @@ config SONY_LAPTOP | |||
112 | depends on X86 && ACPI | 112 | depends on X86 && ACPI |
113 | select BACKLIGHT_CLASS_DEVICE | 113 | select BACKLIGHT_CLASS_DEVICE |
114 | ---help--- | 114 | ---help--- |
115 | This mini-driver drives the SNC device present in the ACPI BIOS of | 115 | This mini-driver drives the SNC and SPIC devices present in the ACPI |
116 | the Sony Vaio laptops. | 116 | BIOS of the Sony Vaio laptops. |
117 | 117 | ||
118 | It gives access to some extra laptop functionalities. In its current | 118 | It gives access to some extra laptop functionalities like Bluetooth, |
119 | form, this driver let the user set or query the screen brightness | 119 | screen brightness control, Fn keys and allows powering on/off some |
120 | through the backlight subsystem and remove/apply power to some | ||
121 | devices. | 120 | devices. |
122 | 121 | ||
123 | Read <file:Documentation/sony-laptop.txt> for more information. | 122 | Read <file:Documentation/sony-laptop.txt> for more information. |
124 | 123 | ||
124 | config SONY_LAPTOP_OLD | ||
125 | bool "Sonypi compatibility" | ||
126 | depends on SONY_LAPTOP | ||
127 | ---help--- | ||
128 | Build the sonypi driver compatibility code into the sony-laptop driver. | ||
129 | |||
125 | endmenu | 130 | endmenu |