summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
authorFabio Estevam2012-01-05 13:47:58 +0100
committerLen Brown2012-06-04 06:07:33 +0200
commit2f07a6134f670755e6ce657d019c26305bfcef89 (patch)
tree3dc2edb1b2dc0ecb525c82fd0161715b68ba650e /drivers/acpi
parentLinux 3.5-rc1 (diff)
downloadkernel-qcow2-linux-2f07a6134f670755e6ce657d019c26305bfcef89.tar.gz
kernel-qcow2-linux-2f07a6134f670755e6ce657d019c26305bfcef89.tar.xz
kernel-qcow2-linux-2f07a6134f670755e6ce657d019c26305bfcef89.zip
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 <fabio.estevam@freescale.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 47768ff87343..80998958cf45 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