From: Venkatesh Yadav Abbarapu Date: Mon, 7 Jul 2025 04:30:37 +0000 (+0530) Subject: config: amd: Enable the SPI_STACKED_PARALLEL config option X-Git-Tag: v2025.10-rc1~131^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f289c36f074dc24d8ed10e80180ffde4214b6be8;p=thirdparty%2Fu-boot.git config: amd: Enable the SPI_STACKED_PARALLEL config option Enable the SPI_STACKED_PARALLEL config option for AMD versal2 platform, as this is required for parallel and stacked memories. Signed-off-by: Venkatesh Yadav Abbarapu Link: https://lore.kernel.org/r/20250707043037.792987-1-venkatesh.abbarapu@amd.com Signed-off-by: Michal Simek --- diff --git a/configs/amd_versal2_virt_defconfig b/configs/amd_versal2_virt_defconfig index 3ead9f058b3..ee7e88bf76c 100644 --- a/configs/amd_versal2_virt_defconfig +++ b/configs/amd_versal2_virt_defconfig @@ -130,6 +130,7 @@ CONFIG_CADENCE_QSPI=y CONFIG_CADENCE_OSPI_VERSAL=y CONFIG_ZYNQ_SPI=y CONFIG_ZYNQMP_GQSPI=y +CONFIG_SPI_STACKED_PARALLEL=y CONFIG_TEE=y CONFIG_OPTEE=y CONFIG_TPM2_TIS_SPI=y