diff options
-rw-r--r-- | drivers/acpi/Kconfig | 4 | ||||
-rw-r--r-- | drivers/pci/hotplug/Kconfig | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index fef7bab12244..82289f1364f2 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -135,8 +135,7 @@ config ACPI_FAN | |||
135 | 135 | ||
136 | config ACPI_DOCK | 136 | config ACPI_DOCK |
137 | tristate "Dock" | 137 | tristate "Dock" |
138 | depends on !ACPI_IBM_DOCK | 138 | depends on EXPERIMENTAL |
139 | default y | ||
140 | help | 139 | help |
141 | This driver adds support for ACPI controlled docking stations | 140 | This driver adds support for ACPI controlled docking stations |
142 | 141 | ||
@@ -214,6 +213,7 @@ config ACPI_IBM | |||
214 | config ACPI_IBM_DOCK | 213 | config ACPI_IBM_DOCK |
215 | bool "Legacy Docking Station Support" | 214 | bool "Legacy Docking Station Support" |
216 | depends on ACPI_IBM | 215 | depends on ACPI_IBM |
216 | depends on ACPI_DOCK=n | ||
217 | default n | 217 | default n |
218 | ---help--- | 218 | ---help--- |
219 | Allows the ibm_acpi driver to handle docking station events. | 219 | Allows the ibm_acpi driver to handle docking station events. |
diff --git a/drivers/pci/hotplug/Kconfig b/drivers/pci/hotplug/Kconfig index 222a1cc4aa28..d305d212ad6c 100644 --- a/drivers/pci/hotplug/Kconfig +++ b/drivers/pci/hotplug/Kconfig | |||
@@ -77,7 +77,7 @@ config HOTPLUG_PCI_IBM | |||
77 | 77 | ||
78 | config HOTPLUG_PCI_ACPI | 78 | config HOTPLUG_PCI_ACPI |
79 | tristate "ACPI PCI Hotplug driver" | 79 | tristate "ACPI PCI Hotplug driver" |
80 | depends on ACPI && HOTPLUG_PCI | 80 | depends on ACPI_DOCK && HOTPLUG_PCI |
81 | help | 81 | help |
82 | Say Y here if you have a system that supports PCI Hotplug using | 82 | Say Y here if you have a system that supports PCI Hotplug using |
83 | ACPI. | 83 | ACPI. |