瀏覽代碼

[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>
Adrian Bunk 20 年之前
父節點
當前提交
cbfc1bae55
共有 1 個文件被更改,包括 3 次插入5 次删除
  1. 3 5
      drivers/acpi/Kconfig

+ 3 - 5
drivers/acpi/Kconfig

@@ -154,12 +154,10 @@ config ACPI_PROCESSOR
 	  support it.
 	  support it.
 
 
 config ACPI_HOTPLUG_CPU
 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
 	select ACPI_CONTAINER
-	default n
-	 ---help---
-	 Select this option if your platform support physical CPU hotplug.
+	default y
 
 
 config ACPI_THERMAL
 config ACPI_THERMAL
 	tristate "Thermal Zone"
 	tristate "Thermal Zone"