mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 12:40:53 +07:00
ACPI: ACPI_DOCK Kconfig
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>
This commit is contained in:
parent
c8f7a62cdd
commit
8d7bff6c08
@ -135,8 +135,7 @@ config ACPI_FAN
|
|||||||
|
|
||||||
config ACPI_DOCK
|
config ACPI_DOCK
|
||||||
tristate "Dock"
|
tristate "Dock"
|
||||||
depends on !ACPI_IBM_DOCK
|
depends on EXPERIMENTAL
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
This driver adds support for ACPI controlled docking stations
|
This driver adds support for ACPI controlled docking stations
|
||||||
|
|
||||||
@ -214,6 +213,7 @@ config ACPI_IBM
|
|||||||
config ACPI_IBM_DOCK
|
config ACPI_IBM_DOCK
|
||||||
bool "Legacy Docking Station Support"
|
bool "Legacy Docking Station Support"
|
||||||
depends on ACPI_IBM
|
depends on ACPI_IBM
|
||||||
|
depends on ACPI_DOCK=n
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Allows the ibm_acpi driver to handle docking station events.
|
Allows the ibm_acpi driver to handle docking station events.
|
||||||
|
@ -77,7 +77,7 @@ config HOTPLUG_PCI_IBM
|
|||||||
|
|
||||||
config HOTPLUG_PCI_ACPI
|
config HOTPLUG_PCI_ACPI
|
||||||
tristate "ACPI PCI Hotplug driver"
|
tristate "ACPI PCI Hotplug driver"
|
||||||
depends on ACPI && HOTPLUG_PCI
|
depends on ACPI_DOCK && HOTPLUG_PCI
|
||||||
help
|
help
|
||||||
Say Y here if you have a system that supports PCI Hotplug using
|
Say Y here if you have a system that supports PCI Hotplug using
|
||||||
ACPI.
|
ACPI.
|
||||||
|
Loading…
Reference in New Issue
Block a user