diff options
author | Kuldeep Singh | 2020-05-12 14:28:56 +0530 |
---|---|---|
committer | Priyanka Jain | 2020-05-19 09:22:05 +0530 |
commit | 6146f75b22eb5e92a096fe12f77670a299f01200 (patch) | |
tree | be6bf64100eb64e0dc1ff15243a0b7cec7281b8e /configs/ls1043aqds_tfa_defconfig | |
parent | c93ad777b86c40497cf29d88e3a91381fc8ebe5c (diff) |
configs: ls1043a: Move CONFIG_FSL_QSPI and SPI_FLASH_SPANSION to defconfig
Move CONFIG_FSL_QSPI to the board defconfigs and while at it also move
CONFIG_SPI_FLASH_SPANSION for LS1043AQDS.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1043aqds_tfa_defconfig')
-rw-r--r-- | configs/ls1043aqds_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1043aqds_tfa_defconfig b/configs/ls1043aqds_tfa_defconfig index 4fcdca83e7d..297788b6486 100644 --- a/configs/ls1043aqds_tfa_defconfig +++ b/configs/ls1043aqds_tfa_defconfig @@ -58,6 +58,7 @@ CONFIG_MTD_RAW_NAND=y CONFIG_SPI_FLASH=y CONFIG_SF_DEFAULT_BUS=1 # CONFIG_SPI_FLASH_BAR is not set +CONFIG_SPI_FLASH_SPANSION=y CONFIG_PHYLIB=y CONFIG_PHYLIB_10G=y CONFIG_PHY_REALTEK=y |