summaryrefslogtreecommitdiff
path: root/configs/gwventana_emmc_defconfig
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-03-02 01:33:37 +0300
committerStefano Babic <sbabic@denx.de>2021-04-08 21:29:53 +0300
commitca3ac1e32a3e881a89a7335107d5056e233f2963 (patch)
tree6b7094f3113e39ab154490634422655b0cbd065e /configs/gwventana_emmc_defconfig
parent777f333c375ae461f543a3612f420c17cc353b19 (diff)
downloadu-boot-ca3ac1e32a3e881a89a7335107d5056e233f2963.tar.xz
imx: ventana: enable dm for SPI
Enable driver model for SPI which allows us to remove the iomux and init. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/gwventana_emmc_defconfig')
-rw-r--r--configs/gwventana_emmc_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/gwventana_emmc_defconfig b/configs/gwventana_emmc_defconfig
index d383a85f8b..d5270c5232 100644
--- a/configs/gwventana_emmc_defconfig
+++ b/configs/gwventana_emmc_defconfig
@@ -96,6 +96,9 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_CONS_INDEX=2
CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
+CONFIG_SPI=y
+CONFIG_DM_SPI=y
+CONFIG_MXC_SPI=y
CONFIG_DM_THERMAL=y
CONFIG_IMX_THERMAL=y
CONFIG_USB=y