summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-02-02 12:53:23 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:11 +0100
commit47ed4798610111bfd95f7ca195bccb04ab4c50a7 (patch)
tree74b5ac628297e0a5b0ffa4c9b977f8b100be8397 /arch/arm/Kconfig
parent4c7ecf53fa5fbd46180009a756d9ac2b84b32670 (diff)
MLK-10191-3 imx: mx7: Add support for i.MX7D 12x12 LPDDR3 ARM2 board
Add BSP codes, configuration head file and build target for 12x12 LPDDR3 ARM2 board with basic functions: ENET, I2C, SD/eMMC/MMC, USB, LCD Splash screen, QSPI, ECSPI, pfuze3000 PMIC. Note: pmic and video is still not upstream way Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit ac0d51ef07fdec880e6da318c08d521506640efa) Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Conflicts: boards.cfg
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d1a87706a5d..d0b4f44563b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -552,6 +552,10 @@ config TARGET_MX6SX_19X19_ARM2
bool "Support mx6sx_19x19_arm2"
select CPU_V7
+config TARGET_MX7D_12X12_LPDDR3_ARM2
+ bool "Support mx7d_12x12_lpddr3_arm2"
+ select CPU_V7
+
config TARGET_GW_VENTANA
bool "Support gw_ventana"
select CPU_V7
@@ -852,6 +856,7 @@ source "board/freescale/mx6sxsabresd/Kconfig"
source "board/freescale/mx6sxsabreauto/Kconfig"
source "board/freescale/mx6sx_17x17_arm2/Kconfig"
source "board/freescale/mx6sx_19x19_arm2/Kconfig"
+source "board/freescale/mx7d_12x12_lpddr3_arm2/Kconfig"
source "board/freescale/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"