]> Pileus Git - ~andy/linux/blobdiff - drivers/acpi/Kconfig
ACPI: dock driver
[~andy/linux] / drivers / acpi / Kconfig
index 2b2fbec14540f8f27d8de0ec5b3b796f226d27c0..ce15aed1df3fcf1439f8f16c8db5c5f07ff2953a 100644 (file)
@@ -133,6 +133,13 @@ config ACPI_FAN
          This driver adds support for ACPI fan devices, allowing user-mode 
          applications to perform basic fan control (on, off, status).
 
+config ACPI_DOCK
+       tristate "Dock"
+       depends on !ACPI_IBM_DOCK
+       default y
+       help
+         This driver adds support for ACPI controlled docking stations
+
 config ACPI_PROCESSOR
        tristate "Processor"
        default y
@@ -161,7 +168,7 @@ config ACPI_THERMAL
 config ACPI_NUMA
        bool "NUMA support"
        depends on NUMA
-       depends on (IA64 || X86_64)
+       depends on (X86 || IA64)
        default y if IA64_GENERIC || IA64_SGI_SN2
 
 config ACPI_ASUS