From: Al Stone <al.stone@xxxxxxxxxx> 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 <al.stone@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html