Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbfc1bae authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown
Browse files

[ACPI] ACPI_HOTPLUG_CPU Kconfig dependency update



prevent:

HOTPLUG_CPU=y
ACPI_PROCESSOR=y
ACPI_HOTPLUG_CPU=n

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 4fdcf080
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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"