From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Wed, 4 Nov 2015 13:46:24 +0530 Subject: [U-Boot] [PATCH v2 16/16] defconfig: am437x_sk_evm: enable spi driver model In-Reply-To: <1446624984-11033-1-git-send-email-mugunthanvnm@ti.com> References: <1446624984-11033-1-git-send-email-mugunthanvnm@ti.com> Message-ID: <1446624984-11033-17-git-send-email-mugunthanvnm@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de enable mmc driver model for am437x_sk_evm as ti_qspi supports driver model Signed-off-by: Mugunthan V N Reviewed-by: Simon Glass --- configs/am437x_sk_evm_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/am437x_sk_evm_defconfig b/configs/am437x_sk_evm_defconfig index 02485f8..ba0ab84 100644 --- a/configs/am437x_sk_evm_defconfig +++ b/configs/am437x_sk_evm_defconfig @@ -15,3 +15,6 @@ CONFIG_SPI_FLASH=y CONFIG_DM_GPIO=y CONFIG_DM_SERIAL=y CONFIG_DM_MMC=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y +CONFIG_SPI_FLASH_BAR=y -- 2.6.2.280.g74301d6