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

Commit 2f07a613 authored by Fabio Estevam's avatar Fabio Estevam Committed by Len Brown
Browse files

drivers: acpi: Fix dependency for ACPI_HOTPLUG_CPU



Fix the following build warning:

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

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent f8f5701b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -208,7 +208,7 @@ config ACPI_IPMI


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