summaryrefslogtreecommitdiff
path: root/board/freescale/mx7d_19x19_ddr3_arm2/Kconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-02-08 15:51:59 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 17:23:50 +0800
commit9c0c98c0db3c2189c09f6b8e28b3f2d3fade6c11 (patch)
treec4e08097c154b3fad39fb9d9ff4387b0f6b3a53a /board/freescale/mx7d_19x19_ddr3_arm2/Kconfig
parentdb7d3954b773a2b67e4211606551c06c7573df10 (diff)
downloadu-boot-imx-9c0c98c0db3c2189c09f6b8e28b3f2d3fade6c11.zip
u-boot-imx-9c0c98c0db3c2189c09f6b8e28b3f2d3fade6c11.tar.gz
u-boot-imx-9c0c98c0db3c2189c09f6b8e28b3f2d3fade6c11.tar.bz2
MLK-14419-3 imx: mx7d_arm2: add 19x19 LPDDR2/LPDDR3/DDR3 ARM2 support
Add 19x19 LPDDR2/LPDDR3/DDR3 ARM2 board supports. Enable the OF_CONTROL and convert them to use DM driver. Since the DTB lacks the support for some modules. We have to use QSPI and FEC with non-DM driver. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board/freescale/mx7d_19x19_ddr3_arm2/Kconfig')
-rw-r--r--board/freescale/mx7d_19x19_ddr3_arm2/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/freescale/mx7d_19x19_ddr3_arm2/Kconfig b/board/freescale/mx7d_19x19_ddr3_arm2/Kconfig
new file mode 100644
index 0000000..f7ecd2f
--- /dev/null
+++ b/board/freescale/mx7d_19x19_ddr3_arm2/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_MX7D_19X19_DDR3_ARM2
+
+config SYS_BOARD
+ default "mx7d_19x19_ddr3_arm2"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ default "mx7d_19x19_ddr3_arm2"
+
+endif