[PATCH 5/8] arm64: defconfig: enable EFI_VARS and EFI_CAPSULE_LOADER
Timur Tabi
timur at codeaurora.org
Wed Apr 12 12:02:57 EDT 2017
Many ARM64 server systems boot via EFI, so enable support for some EFI
options to allow applications to interact with EFI.
CONFIG_EFI_VARS enables sysfs support for reading and writing variables
CONFIG_EFI_CAPSULE_LOADER allows the user to update the EFI firmware.
Signed-off-by: Timur Tabi <timur at codeaurora.org>
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 1e5c516..cdc8698 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -485,6 +485,8 @@ CONFIG_PHY_XGENE=y
CONFIG_PHY_TEGRA_XUSB=y
CONFIG_ARM_SCPI_PROTOCOL=y
CONFIG_RASPBERRYPI_FIRMWARE=y
+CONFIG_EFI_VARS=y
+CONFIG_EFI_CAPSULE_LOADER=y
CONFIG_ACPI=y
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
--
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm
Technologies, Inc. Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.
More information about the linux-arm-kernel
mailing list