From: Al Stone ahs3@redhat.com
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 --- drivers/acpi/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 099ca81..23522b4 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"