diff options
-rw-r--r-- | drivers/platform/x86/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 46dad12f952f..6335f63892dc 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -281,6 +281,7 @@ config THINKPAD_ACPI_DOCK | |||
281 | bool "Legacy Docking Station Support" | 281 | bool "Legacy Docking Station Support" |
282 | depends on THINKPAD_ACPI | 282 | depends on THINKPAD_ACPI |
283 | depends on ACPI_DOCK=n | 283 | depends on ACPI_DOCK=n |
284 | depends on BROKEN | ||
284 | default n | 285 | default n |
285 | ---help--- | 286 | ---help--- |
286 | Allows the thinkpad_acpi driver to handle docking station events. | 287 | Allows the thinkpad_acpi driver to handle docking station events. |
@@ -294,7 +295,8 @@ config THINKPAD_ACPI_DOCK | |||
294 | config THINKPAD_ACPI_BAY | 295 | config THINKPAD_ACPI_BAY |
295 | bool "Legacy Removable Bay Support" | 296 | bool "Legacy Removable Bay Support" |
296 | depends on THINKPAD_ACPI | 297 | depends on THINKPAD_ACPI |
297 | default y | 298 | depends on BROKEN |
299 | default n | ||
298 | ---help--- | 300 | ---help--- |
299 | Allows the thinkpad_acpi driver to handle removable bays. It will | 301 | Allows the thinkpad_acpi driver to handle removable bays. It will |
300 | electrically disable the device in the bay, and also generate | 302 | electrically disable the device in the bay, and also generate |