diff options
author | Victor Lim | 2023-01-09 15:49:46 -0800 |
---|---|---|
committer | Michal Simek | 2023-01-10 12:37:02 +0100 |
commit | 3800958a6f0a3092a02c8049fce28c2d86e3ac8e (patch) | |
tree | bdef7c01ee94a4552d17027930a54529048fd973 /configs/xilinx_versal_mini_qspi_defconfig | |
parent | be44bf6305256756d309dc0716eff6e2b9c7d2ad (diff) |
xilinx: versal: enable gigadevice
enabling gigadevice in the related files
Signed-off-by: Victor Lim <vlim@gigadevice.com>
Link: https://lore.kernel.org/r/20230109234946.14540-5-vlim@gigadevice.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'configs/xilinx_versal_mini_qspi_defconfig')
-rw-r--r-- | configs/xilinx_versal_mini_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_versal_mini_qspi_defconfig b/configs/xilinx_versal_mini_qspi_defconfig index 9ca9b7e68ad..11aff80f14f 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 |