diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 89eacd1bfeeb..56c5ba874623 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -132,6 +132,12 @@ config ACPI_FAN | |||
132 | This driver adds support for ACPI fan devices, allowing user-mode | 132 | This driver adds support for ACPI fan devices, allowing user-mode |
133 | applications to perform basic fan control (on, off, status). | 133 | applications to perform basic fan control (on, off, status). |
134 | 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 | |||
135 | config ACPI_PROCESSOR | 141 | config ACPI_PROCESSOR |
136 | tristate "Processor" | 142 | tristate "Processor" |
137 | default y | 143 | default y |
@@ -206,6 +212,7 @@ config ACPI_IBM | |||
206 | config ACPI_IBM_DOCK | 212 | config ACPI_IBM_DOCK |
207 | bool "Legacy Docking Station Support" | 213 | bool "Legacy Docking Station Support" |
208 | depends on ACPI_IBM | 214 | depends on ACPI_IBM |
215 | depends on ACPI_DOCK=n | ||
209 | default n | 216 | default n |
210 | ---help--- | 217 | ---help--- |
211 | Allows the ibm_acpi driver to handle docking station events. | 218 | Allows the ibm_acpi driver to handle docking station events. |