diff options
author | Tim Harvey <tharvey@gateworks.com> | 2021-03-01 14:33:36 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-04-08 20:29:53 +0200 |
commit | 777f333c375ae461f543a3612f420c17cc353b19 (patch) | |
tree | c752f36a2442c41a99ae75bfe5fbb304912b5af4 /configs/gwventana_nand_defconfig | |
parent | 19a387f85d3643ec052903223bfdcffe0ab227a6 (diff) | |
download | u-boot-777f333c375ae461f543a3612f420c17cc353b19.tar.gz |
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_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig index 533d31af9fc..ea5ed052b52 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 |