summaryrefslogtreecommitdiff
path: root/configs/gwventana_nand_defconfig
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-03-02 01:33:36 +0300
committerStefano Babic <sbabic@denx.de>2021-04-08 21:29:53 +0300
commit777f333c375ae461f543a3612f420c17cc353b19 (patch)
treec752f36a2442c41a99ae75bfe5fbb304912b5af4 /configs/gwventana_nand_defconfig
parent19a387f85d3643ec052903223bfdcffe0ab227a6 (diff)
downloadu-boot-777f333c375ae461f543a3612f420c17cc353b19.tar.xz
imx: ventana: enable dm for MTD and NAND
Enable driver model for MTD and NAND support allowing us to remove the iomux, init, and most of the static configuration. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/gwventana_nand_defconfig')
-rw-r--r--configs/gwventana_nand_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig
index 533d31af9f..ea5ed052b5 100644
--- a/configs/gwventana_nand_defconfig
+++ b/configs/gwventana_nand_defconfig
@@ -87,8 +87,10 @@ CONFIG_SUPPORT_EMMC_RPMB=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_FSL_USDHC=y
CONFIG_MTD=y
+CONFIG_DM_MTD=y
CONFIG_MTD_RAW_NAND=y
CONFIG_NAND_MXS=y
+CONFIG_NAND_MXS_DT=y
CONFIG_PHYLIB=y
CONFIG_E1000=y
CONFIG_MII=y