From: Vignesh R Date: Wed, 6 Jul 2016 04:29:00 +0000 (+0530) Subject: defconfig: k2hk_evm_defconfig: enable SPI driver model X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=376c533b8997a929f6c52313ad5f480c620b0d09;p=u-boot.git defconfig: k2hk_evm_defconfig: enable SPI driver model Enable SPI and SPI Flash driver model as K2HK SPI controller driver supports driver model. Signed-off-by: Vignesh R Reviewed-by: Tom Rini Reviewed-by: Jagan Teki --- diff --git a/configs/k2hk_evm_defconfig b/configs/k2hk_evm_defconfig index 278eaf32fd..8623e1ca88 100644 --- a/configs/k2hk_evm_defconfig +++ b/configs/k2hk_evm_defconfig @@ -28,6 +28,8 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_OF_CONTROL=y CONFIG_DM=y CONFIG_TI_AEMIF=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_DM_ETH=y