From 36de4bed10c0c973e18e498aa90b2f00a1b9791a Mon Sep 17 00:00:00 2001 From: Mugunthan V N Date: Wed, 23 Dec 2015 20:39:45 +0530 Subject: 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 --- configs/dra72_evm_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/dra72_evm_defconfig b/configs/dra72_evm_defconfig index 3205bd5..b57ecca 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 -- cgit v1.1