From: Mugunthan V N Date: Wed, 23 Dec 2015 15:09:46 +0000 (+0530) Subject: defconfig: dra74_evm: enable spi driver model X-Git-Tag: v2016.03-rc1~345 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7c69ad6b46c0c17f2f540268e15be4ca42d7d5ed;p=u-boot defconfig: dra74_evm: enable spi driver model enable spi driver model for dra74_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/dra74_evm_defconfig b/configs/dra74_evm_defconfig index 394edbec2e..6e5a7051a4 100644 --- a/configs/dra74_evm_defconfig +++ b/configs/dra74_evm_defconfig @@ -19,3 +19,5 @@ CONFIG_SPI_FLASH_SPANSION=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y