From 7c69ad6b46c0c17f2f540268e15be4ca42d7d5ed Mon Sep 17 00:00:00 2001 From: Mugunthan V N Date: Wed, 23 Dec 2015 20:39:46 +0530 Subject: [PATCH] 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 --- configs/dra74_evm_defconfig | 2 ++ 1 file changed, 2 insertions(+) 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