diff options
author | Vignesh R <vigneshr@ti.com> | 2016-07-06 04:29:06 (GMT) |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2016-07-09 14:46:32 (GMT) |
commit | fdf02a36c52cb96717b64113775c4251ecd49596 (patch) | |
tree | 68c7cfffb2953d814c06a3f6d5e42b19f9a0df0f | |
parent | c8e750473a8b81f38e1ece0a2a99572d36ebda53 (diff) | |
download | u-boot-fsl-qoriq-fdf02a36c52cb96717b64113775c4251ecd49596.tar.xz |
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 <vigneshr@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
-rw-r--r-- | configs/k2g_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig index 8efa58c..802eeee 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 |