From: Mugunthan V N Date: Wed, 23 Dec 2015 15:09:45 +0000 (+0530) Subject: defconfig: dra72_evm: enable spi driver model X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=36de4bed10c0c973e18e498aa90b2f00a1b9791a 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