summaryrefslogtreecommitdiff
path: root/configs/k2hk_evm_defconfig
diff options
context:
space:
mode:
authorVignesh R <vigneshr@ti.com>2016-07-06 09:59:00 +0530
committerJagan Teki <jteki@openedev.com>2016-07-09 20:16:31 +0530
commit376c533b8997a929f6c52313ad5f480c620b0d09 (patch)
tree03b032e0771e36b1faa7bf63fbf3c0c2a282f1a7 /configs/k2hk_evm_defconfig
parent96368e6e389e6be64b9f4dfa654d5fdcf2d32653 (diff)
downloadu-boot-imx-376c533b8997a929f6c52313ad5f480c620b0d09.zip
u-boot-imx-376c533b8997a929f6c52313ad5f480c620b0d09.tar.gz
u-boot-imx-376c533b8997a929f6c52313ad5f480c620b0d09.tar.bz2
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 <vigneshr@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs/k2hk_evm_defconfig')
-rw-r--r--configs/k2hk_evm_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/k2hk_evm_defconfig b/configs/k2hk_evm_defconfig
index 278eaf3..8623e1c 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