Skip to content

Commit

Permalink
drivers: acpi: Fix dependency for ACPI_HOTPLUG_CPU
Browse files Browse the repository at this point in the history
Fix the following build warning:

warning: (ACPI_HOTPLUG_CPU) selects ACPI_CONTAINER which has unmet direct dependencies (ACPI && EXPERIMENTAL)

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Fabio Estevam authored and Len Brown committed Jun 4, 2012
1 parent f8f5701 commit 2f07a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ config ACPI_IPMI

config ACPI_HOTPLUG_CPU
bool
depends on ACPI_PROCESSOR && HOTPLUG_CPU
depends on EXPERIMENTAL && ACPI_PROCESSOR && HOTPLUG_CPU
select ACPI_CONTAINER
default y

Expand Down

0 comments on commit 2f07a61

Please sign in to comment.