diff options
author | Uri Mashiach <uri.mashiach@compulab.co.il> | 2018-06-24 12:13:10 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-07-23 10:51:41 +0200 |
commit | 353432419de8f90e19f447b4e054ee28c7fa62d0 (patch) | |
tree | f9fbb0c2540209fcdc52c5efa565bcd634d8e2cc /configs | |
parent | 3058879982ec2ad0a53222dd3a518fb609ca7ae7 (diff) |
arm: imx7d: cl-som-imx7: sf: support all SF types
Enable the support for all SPI flash types.
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Signed-off-by: Yaniv Levinsky <yaniv.levinsky@compulab.co.il>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/cl-som-imx7_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/cl-som-imx7_defconfig b/configs/cl-som-imx7_defconfig index 38be7dbe7e..d47dd66197 100644 --- a/configs/cl-som-imx7_defconfig +++ b/configs/cl-som-imx7_defconfig @@ -46,7 +46,14 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_FSL_ESDHC=y CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_ATMEL=y +CONFIG_SPI_FLASH_EON=y +CONFIG_SPI_FLASH_GIGADEVICE=y +CONFIG_SPI_FLASH_MACRONIX=y +CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y +CONFIG_SPI_FLASH_SST=y +CONFIG_SPI_FLASH_WINBOND=y CONFIG_SPI=y CONFIG_MXC_SPI=y CONFIG_USB=y |