diff options
author | Al Stone <ahs3@redhat.com> | 2013-11-12 20:18:42 -0700 |
---|---|---|
committer | Graeme Gregory <graeme.gregory@linaro.org> | 2013-11-19 10:30:39 +0000 |
commit | 09b8e55e68f0ce560d6cce289549f6c778b3b37e (patch) | |
tree | 50cd002df2f7253586d4f4823418da782264ee87 | |
parent | 618dcbbb051bab37f5f22c337c0b80c5fd0be94b (diff) | |
download | leg-kernel-09b8e55e68f0ce560d6cce289549f6c778b3b37e.tar.gz |
ACPI: ARM: link ARM and the ACPI reduced hardware profile
Modify the kernel configuration so that if ARM is selected, then
ACPI_REDUCED_HARDWARE is also selected.
Signed-off-by: Al Stone <al.stone@linaro.org>
Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org>
-rw-r--r-- | drivers/acpi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index aca2cd6cf6c1..eade8916498a 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -5,6 +5,7 @@ config ACPI_ARM bool select EARLY_IOREMAP + select ACPI_REDUCED_HARDWARE menuconfig ACPI bool "ACPI (Advanced Configuration and Power Interface) Support" |