From: Mugunthan V N Date: Wed, 23 Dec 2015 15:09:49 +0000 (+0530) Subject: defconfig: am437x_sk_evm: enable spi driver model X-Git-Tag: v2016.03-rc1~342 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e101af014b8c26d63e3a1febea7c51d4fe7d07c1;p=u-boot defconfig: am437x_sk_evm: enable spi driver model enable spi driver model for am437x_sk_evm as ti_qspi supports driver model Signed-off-by: Mugunthan V N Reviewed-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Jagan Teki --- diff --git a/configs/am437x_sk_evm_defconfig b/configs/am437x_sk_evm_defconfig index a9b6f52117..8f78eeb8b9 100644 --- a/configs/am437x_sk_evm_defconfig +++ b/configs/am437x_sk_evm_defconfig @@ -18,3 +18,6 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y +CONFIG_SPI_FLASH_BAR=y