aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorTimur Tabi <timur@codeaurora.org>2017-06-21 12:30:44 -0500
committerArnd Bergmann <arnd@arndb.de>2017-06-23 10:17:20 +0200
commitc792e5e644fd8cd38b963fd3b38f6bf57c530966 (patch)
tree4ee5724c6d8a2bc1bfeb7db61adc5600aa605ad8 /arch/arm64
parentarm64: defconfig: enable support for PCIe hotplug (diff)
downloadlinux-dev-c792e5e644fd8cd38b963fd3b38f6bf57c530966.tar.xz
linux-dev-c792e5e644fd8cd38b963fd3b38f6bf57c530966.zip
arm64: defconfig: enable APEI and GHES features
ARM64 server platforms can support ACPI Platform Error Interface (APEI) and Generic Hardware Error Source (GHES) features, so enable them. Platforms which support the firmware-first RAS error reporting model require APEI and GHES functionality for the OS to receive and report error records provided by the platform. PCIe AER functionality is required for PCIe AER errors to be properly reported and recovered from. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/configs/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 41f827393651..6c636d3ee207 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -503,6 +503,9 @@ CONFIG_ARM_SCPI_PROTOCOL=y
CONFIG_RASPBERRYPI_FIRMWARE=y
CONFIG_EFI_CAPSULE_LOADER=y
CONFIG_ACPI=y
+CONFIG_ACPI_APEI=y
+CONFIG_ACPI_APEI_GHES=y
+CONFIG_ACPI_APEI_PCIEAER=y
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y