diff options
author | Len Brown <len.brown@intel.com> | 2005-08-05 06:31:42 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-05 06:31:42 +0200 |
commit | 1d492eb41371d9a5145651e8eb64bea1042a4057 (patch) | |
tree | 2a66a8fd347cf8dd8a665c4575b30d873035a5a4 /drivers/acpi/Kconfig | |
parent | /home/lenb/src/to-akpm branch 'acpi-2.6.12' (diff) | |
parent | [ACPI] ACPI_HOTPLUG_CPU Kconfig dependency update (diff) | |
download | linux-1d492eb41371d9a5145651e8eb64bea1042a4057.tar.xz linux-1d492eb41371d9a5145651e8eb64bea1042a4057.zip |
[ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index ba13896cae40..66c60982ba46 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" |