From: Vignesh R Date: Wed, 6 Jul 2016 04:29:06 +0000 (+0530) Subject: defconfig: k2g_evm_defconfig: enable SPI driver model X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=fdf02a36c52cb96717b64113775c4251ecd49596;p=u-boot.git defconfig: k2g_evm_defconfig: enable SPI driver model Enable SPI and SPI Flash driver model as K2G SPI controller driver supports driver model. Signed-off-by: Vignesh R Reviewed-by: Tom Rini Reviewed-by: Jagan Teki --- diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig index 8efa58c8c4..802eeee882 100644 --- a/configs/k2g_evm_defconfig +++ b/configs/k2g_evm_defconfig @@ -27,6 +27,8 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_OF_CONTROL=y CONFIG_DM=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_DM_ETH=y