From: Adrian Bunk Date: Sat, 30 Jul 2005 08:18:00 +0000 (-0400) Subject: [ACPI] ACPI_HOTPLUG_CPU Kconfig dependency update X-Git-Tag: accepted/tizen/common/20141203.182822~42999^2~23^2~30^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbfc1bae55bbd053308ef0fa6b6448cd1ddf3e67;p=platform%2Fkernel%2Flinux-arm64.git [ACPI] ACPI_HOTPLUG_CPU Kconfig dependency update prevent: HOTPLUG_CPU=y ACPI_PROCESSOR=y ACPI_HOTPLUG_CPU=n Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 281a640..eded2e8 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"