diff options
author | Len Brown <len.brown@intel.com> | 2006-12-16 00:34:18 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-12-16 00:34:18 -0500 |
commit | 6bfe5c9d6f4dcaa998f67e691359cf7b1c4b443d (patch) | |
tree | 94ee5b1c2b768a584b9bd0fe44382f80f2e4c96b /drivers/acpi/Kconfig | |
parent | b361735043e3001eadb1d40916fd1a4fca1a9363 (diff) | |
parent | f9ff43a6268d36acf8df18a76bb881a26a42dc1e (diff) |
Pull platform-drivers into test branch
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 0ed801229675..b0897a0b206c 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -173,6 +173,7 @@ config ACPI_NUMA | |||
173 | config ACPI_ASUS | 173 | config ACPI_ASUS |
174 | tristate "ASUS/Medion Laptop Extras" | 174 | tristate "ASUS/Medion Laptop Extras" |
175 | depends on X86 | 175 | depends on X86 |
176 | select BACKLIGHT_CLASS_DEVICE | ||
176 | ---help--- | 177 | ---help--- |
177 | This driver provides support for extra features of ACPI-compatible | 178 | This driver provides support for extra features of ACPI-compatible |
178 | ASUS laptops. As some of Medion laptops are made by ASUS, it may also | 179 | ASUS laptops. As some of Medion laptops are made by ASUS, it may also |
@@ -201,6 +202,7 @@ config ACPI_ASUS | |||
201 | config ACPI_IBM | 202 | config ACPI_IBM |
202 | tristate "IBM ThinkPad Laptop Extras" | 203 | tristate "IBM ThinkPad Laptop Extras" |
203 | depends on X86 | 204 | depends on X86 |
205 | select BACKLIGHT_CLASS_DEVICE | ||
204 | ---help--- | 206 | ---help--- |
205 | This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds | 207 | This is a Linux ACPI driver for the IBM ThinkPad laptops. It adds |
206 | support for Fn-Fx key combinations, Bluetooth control, video | 208 | support for Fn-Fx key combinations, Bluetooth control, video |
@@ -223,9 +225,21 @@ config ACPI_IBM_DOCK | |||
223 | 225 | ||
224 | If you are not sure, say N here. | 226 | If you are not sure, say N here. |
225 | 227 | ||
228 | config ACPI_IBM_BAY | ||
229 | bool "Legacy Removable Bay Support" | ||
230 | depends on ACPI_IBM | ||
231 | depends on ACPI_BAY=n | ||
232 | default n | ||
233 | ---help--- | ||
234 | Allows the ibm_acpi driver to handle removable bays. | ||
235 | This support is obsoleted by CONFIG_ACPI_BAY. | ||
236 | |||
237 | If you are not sure, say N here. | ||
238 | |||
226 | config ACPI_TOSHIBA | 239 | config ACPI_TOSHIBA |
227 | tristate "Toshiba Laptop Extras" | 240 | tristate "Toshiba Laptop Extras" |
228 | depends on X86 | 241 | depends on X86 |
242 | select BACKLIGHT_CLASS_DEVICE | ||
229 | ---help--- | 243 | ---help--- |
230 | This driver adds support for access to certain system settings | 244 | This driver adds support for access to certain system settings |
231 | on "legacy free" Toshiba laptops. These laptops can be recognized by | 245 | on "legacy free" Toshiba laptops. These laptops can be recognized by |