From mboxrd@z Thu Jan 1 00:00:00 1970 From: al.stone@linaro.org (al.stone at linaro.org) Date: Tue, 3 Feb 2015 17:21:43 -0700 Subject: [PATCH v2 4/5] ACPI: arm64: use the arch-specific ACPI _OSI method and ACPI blacklist In-Reply-To: <1423009304-5007-1-git-send-email-al.stone@linaro.org> References: <1423009304-5007-1-git-send-email-al.stone@linaro.org> Message-ID: <1423009304-5007-5-git-send-email-al.stone@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Al Stone Set the defaults for the arm64 kernel so that the arch-specific _OSI method and blacklist are always used for ACPI. Signed-off-by: Al Stone --- arch/arm64/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 915aa16..d01d3f7 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1,5 +1,7 @@ config ARM64 def_bool y + select ACPI_ARCH_SPECIFIC_OSI if ACPI + select ACPI_ARCH_SPECIFIC_BLACKLIST if ACPI select ACPI_REDUCED_HARDWARE_ONLY if ACPI select ARCH_BINFMT_ELF_RANDOMIZE_PIE select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE -- 2.1.0