From: Fabio Estevam Date: Thu, 5 Jan 2012 12:47:58 +0000 (-0200) Subject: drivers: acpi: Fix dependency for ACPI_HOTPLUG_CPU X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2f07a6134f670755e6ce657d019c26305bfcef89;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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: Fabio Estevam Signed-off-by: Len Brown --- diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 47768ff8734..80998958cf4 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -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