From 3800958a6f0a3092a02c8049fce28c2d86e3ac8e Mon Sep 17 00:00:00 2001 From: Victor Lim Date: Mon, 9 Jan 2023 15:49:46 -0800 Subject: [PATCH] xilinx: versal: enable gigadevice enabling gigadevice in the related files Signed-off-by: Victor Lim Link: https://lore.kernel.org/r/20230109234946.14540-5-vlim@gigadevice.com Signed-off-by: Michal Simek --- configs/xilinx_versal_mini_qspi_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/xilinx_versal_mini_qspi_defconfig b/configs/xilinx_versal_mini_qspi_defconfig index 9ca9b7e68a..11aff80f14 100644 --- a/configs/xilinx_versal_mini_qspi_defconfig +++ b/configs/xilinx_versal_mini_qspi_defconfig @@ -62,6 +62,7 @@ CONFIG_DM_SPI_FLASH=y CONFIG_SF_DEFAULT_SPEED=30000000 # CONFIG_SPI_FLASH_SMART_HWCAPS is not set # CONFIG_SPI_FLASH_UNLOCK_ALL is not set +CONFIG_SPI_FLASH_GIGADEVICE=y CONFIG_SPI_FLASH_ISSI=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_SPANSION=y -- 2.39.5