aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-07-30 04:18:00 -0400
committerLen Brown <len.brown@intel.com>2005-08-04 22:42:23 -0400
commitcbfc1bae55bbd053308ef0fa6b6448cd1ddf3e67 (patch)
tree1febc133d2be098f85f3092e25684f99f788d6a6 /drivers/acpi
parent[ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32 (diff)
downloadlinux-dev-cbfc1bae55bbd053308ef0fa6b6448cd1ddf3e67.tar.xz
linux-dev-cbfc1bae55bbd053308ef0fa6b6448cd1ddf3e67.zip
[ACPI] ACPI_HOTPLUG_CPU Kconfig dependency update
prevent: HOTPLUG_CPU=y ACPI_PROCESSOR=y ACPI_HOTPLUG_CPU=n Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/Kconfig8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 281a64040f38..eded2e81cc1b 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -154,12 +154,10 @@ config ACPI_PROCESSOR
support it.
config ACPI_HOTPLUG_CPU
- bool "Processor Hotplug (EXPERIMENTAL)"
- depends on ACPI_PROCESSOR && HOTPLUG_CPU && EXPERIMENTAL
+ bool
+ depends on ACPI_PROCESSOR && HOTPLUG_CPU
select ACPI_CONTAINER
- default n
- ---help---
- Select this option if your platform support physical CPU hotplug.
+ default y
config ACPI_THERMAL
tristate "Thermal Zone"