From bc475d0fde85ed524943d686b326f4dca8c5efcf Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Tue, 9 Jul 2019 14:50:15 +0530 Subject: configs: ls1043aqds: Move CONFIG_FSL_QSPI to defconfig Move CONFIG_FSL_QSPI from header file to defconfigs, consequently unset imply config(CONFIG_SPI_FLASH_BAR) which is not valid for LS series. Signed-off-by: Ashish Kumar Reviewed-by: Prabhakar Kushwaha --- configs/ls1043aqds_qspi_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/ls1043aqds_qspi_defconfig') diff --git a/configs/ls1043aqds_qspi_defconfig b/configs/ls1043aqds_qspi_defconfig index ff37969748..cc998775bd 100644 --- a/configs/ls1043aqds_qspi_defconfig +++ b/configs/ls1043aqds_qspi_defconfig @@ -35,6 +35,7 @@ CONFIG_FSL_CAAM=y CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y CONFIG_SPI_FLASH=y +# CONFIG_SPI_FLASH_BAR is not set CONFIG_PHYLIB=y CONFIG_E1000=y CONFIG_FMAN_ENET=y @@ -47,6 +48,7 @@ CONFIG_DM_SCSI=y CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y +CONFIG_FSL_QSPI=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y -- cgit v1.2.3