Skip to content

Commit

Permalink
ACPI: ACPI_DOCK Kconfig
Browse files Browse the repository at this point in the history
HOTPLUG_PCI_ACPI depends on ACPI_DOCK
ACPI_IBM_DOCK depends on ACPI_DOCK=n
ACPI_DOCK is EXPERIMENTAL, though that doesn't seem to mean much

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Jul 10, 2006
1 parent c8f7a62 commit 8d7bff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ config ACPI_FAN

config ACPI_DOCK
tristate "Dock"
depends on !ACPI_IBM_DOCK
default y
depends on EXPERIMENTAL
help
This driver adds support for ACPI controlled docking stations

Expand Down Expand Up @@ -214,6 +213,7 @@ config ACPI_IBM
config ACPI_IBM_DOCK
bool "Legacy Docking Station Support"
depends on ACPI_IBM
depends on ACPI_DOCK=n
default n
---help---
Allows the ibm_acpi driver to handle docking station events.
Expand Down
2 changes: 1 addition & 1 deletion drivers/pci/hotplug/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ config HOTPLUG_PCI_IBM

config HOTPLUG_PCI_ACPI
tristate "ACPI PCI Hotplug driver"
depends on ACPI && HOTPLUG_PCI
depends on ACPI_DOCK && HOTPLUG_PCI
help
Say Y here if you have a system that supports PCI Hotplug using
ACPI.
Expand Down

0 comments on commit 8d7bff6

Please sign in to comment.