From 3c68f26fcb47cafd838eaea6ada2cdba349d1be1 Mon Sep 17 00:00:00 2001 From: Brad Griffis Date: Tue, 7 Oct 2025 19:32:59 +0000 Subject: [PATCH] NVIDIA: SAUCE: arm64: defconfig: build EFI test module In order to run the tests from fwts you need this option: CONFIG_EFI_TEST=m Bug 5490446 Change-Id: I9b05236d2b1859fba02392745907f0db6749f51a Signed-off-by: Brad Griffis Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/canonical/linux-noble/+/3467905 GVS: buildbot_gerritrpt Reviewed-by: mobile promotions Reviewed-by: Jon Hunter Tested-by: mobile promotions --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d6f6021f8a1e..47351c6e0748 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -322,6 +322,7 @@ CONFIG_MTK_ADSP_IPC=m CONFIG_ARM_FFA_TRANSPORT=y # CONFIG_EFI_VARS_PSTORE is not set CONFIG_EFI_CAPSULE_LOADER=y +CONFIG_EFI_TEST=m CONFIG_IMX_SCU=y CONFIG_QCOM_QSEECOM=y CONFIG_QCOM_QSEECOM_UEFISECAPP=y