From: Abel Vesa Date: Fri, 1 Feb 2019 16:40:22 +0000 (+0000) Subject: configs: mx6sabresd: Add DM_SPI_FLASH necessary configs X-Git-Tag: v2019.04-rc2~9^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4926c68b0ea6c2886d203204064db6abad890ffc;p=pandora-u-boot.git configs: mx6sabresd: Add DM_SPI_FLASH necessary configs Enable all neceassary configs to support DM_SPI_FLASH on mx6sabresd. Signed-off-by: Abel Vesa Reviewed-by: Peng Fan Reviewed-by: Fabio Estevam --- diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig index 916ade1fdb..80c01f2ed9 100644 --- a/configs/mx6sabresd_defconfig +++ b/configs/mx6sabresd_defconfig @@ -71,6 +71,7 @@ CONFIG_FASTBOOT_FLASH_MMC_DEV=2 CONFIG_DM_GPIO=y CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y +CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_PHYLIB=y @@ -78,6 +79,7 @@ CONFIG_MII=y CONFIG_PCI=y CONFIG_DM_REGULATOR=y CONFIG_SPI=y +CONFIG_DM_SPI=y CONFIG_MXC_SPI=y CONFIG_USB=y CONFIG_DM_USB=y