diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 290c767dd77f..56c5ba874623 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -107,7 +107,6 @@ config ACPI_BUTTON | |||
107 | config ACPI_VIDEO | 107 | config ACPI_VIDEO |
108 | tristate "Video" | 108 | tristate "Video" |
109 | depends on X86 | 109 | depends on X86 |
110 | default y | ||
111 | help | 110 | help |
112 | This driver implement the ACPI Extensions For Display Adapters | 111 | This driver implement the ACPI Extensions For Display Adapters |
113 | for integrated graphics devices on motherboard, as specified in | 112 | for integrated graphics devices on motherboard, as specified in |
@@ -133,6 +132,12 @@ config ACPI_FAN | |||
133 | This driver adds support for ACPI fan devices, allowing user-mode | 132 | This driver adds support for ACPI fan devices, allowing user-mode |
134 | applications to perform basic fan control (on, off, status). | 133 | applications to perform basic fan control (on, off, status). |
135 | 134 | ||
135 | config ACPI_DOCK | ||
136 | tristate "Dock" | ||
137 | depends on EXPERIMENTAL | ||
138 | help | ||
139 | This driver adds support for ACPI controlled docking stations | ||
140 | |||
136 | config ACPI_PROCESSOR | 141 | config ACPI_PROCESSOR |
137 | tristate "Processor" | 142 | tristate "Processor" |
138 | default y | 143 | default y |
@@ -207,6 +212,7 @@ config ACPI_IBM | |||
207 | config ACPI_IBM_DOCK | 212 | config ACPI_IBM_DOCK |
208 | bool "Legacy Docking Station Support" | 213 | bool "Legacy Docking Station Support" |
209 | depends on ACPI_IBM | 214 | depends on ACPI_IBM |
215 | depends on ACPI_DOCK=n | ||
210 | default n | 216 | default n |
211 | ---help--- | 217 | ---help--- |
212 | Allows the ibm_acpi driver to handle docking station events. | 218 | Allows the ibm_acpi driver to handle docking station events. |
@@ -350,7 +356,6 @@ config ACPI_SBS | |||
350 | tristate "Smart Battery System (EXPERIMENTAL)" | 356 | tristate "Smart Battery System (EXPERIMENTAL)" |
351 | depends on X86 && I2C | 357 | depends on X86 && I2C |
352 | depends on EXPERIMENTAL | 358 | depends on EXPERIMENTAL |
353 | default y | ||
354 | help | 359 | help |
355 | This driver adds support for the Smart Battery System. | 360 | This driver adds support for the Smart Battery System. |
356 | Depends on I2C (Device Drivers ---> I2C support) | 361 | Depends on I2C (Device Drivers ---> I2C support) |