From: Mugunthan V N Date: Wed, 23 Dec 2015 15:09:45 +0000 (+0530) Subject: defconfig: dra72_evm: enable spi driver model X-Git-Tag: v2016.03-rc1~346 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=36de4bed10c0c973e18e498aa90b2f00a1b9791a;p=u-boot defconfig: dra72_evm: enable spi driver model enable mmc driver model for dra72_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/dra72_evm_defconfig b/configs/dra72_evm_defconfig index 3205bd5754..b57ecca696 100644 --- a/configs/dra72_evm_defconfig +++ b/configs/dra72_evm_defconfig @@ -20,3 +20,5 @@ CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y