Merge pull request #1318 from jongwu/acpi

arm64: enable acpi for qemu/virt.
This commit is contained in:
Chelsea Mafrica
2021-02-03 16:37:49 -08:00
committed by GitHub
10 changed files with 76 additions and 4 deletions

View File

@@ -3,3 +3,4 @@ CONFIG_EFI=y
CONFIG_EFI_STUB=y
# ARM64 can run properly in ACPI hardware reduced mode.
CONFIG_ACPI_REDUCED_HARDWARE_ONLY=y
CONFIG_RTC_DRV_EFI=y

View File

@@ -24,10 +24,6 @@ CONFIG_PERF_EVENTS=y
CONFIG_ARM64_PSEUDO_NMI=y
CONFIG_ARM64_SVE=y
# Arm64 prefers to use REFCOUNT_FULL by default, disable it as the
# latest kernel has discarded it, add it to whitelist.
CONFIG_REFCOUNT_FULL=y
#
# ARMv8.1 architectural features
#