Skip to content

Commit

Permalink
[ACPI] ACPI_HOTPLUG_CPU Kconfig dependency update
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Len Brown committed Aug 5, 2005
1 parent 4fdcf08 commit cbfc1ba
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cbfc1ba

Please sign in to comment.