summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-06-19 15:27:49 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:40 +0100
commit4ed5b4b30c77b1fe1945a845a24d7b57713e3a5b (patch)
treee6ec5af4211840362dbb76f07c6b890a244809d7 /arch
parent4df64b07cecca2acefbf14a07e56fb639d678c4d (diff)
MLK-11135-2 imx: mx6ul: Add MX6UL LPDDR2 ARM2 board support
Add MX6UL LPDDR2 ARM2 board BSP codes, supported peripherals: SD1, eMMC(USDHC2), USB OTG1, I2C, ENET2, PMIC. Due to a board issue, the SD1 only supports 1 bit bus width. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e62f1b7526..c1bbfe9961 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -576,6 +576,10 @@ config TARGET_MX6UL_14X14_DDR3_ARM2
bool "Support mx6ul_14x14_ddr3_arm2"
select CPU_V7
+config TARGET_MX6UL_14X14_LPDDR2_ARM2
+ bool "Support mx6ul_14x14_lpddr2_arm2"
+ select CPU_V7
+
config TARGET_GW_VENTANA
bool "Support gw_ventana"
select CPU_V7
@@ -882,6 +886,7 @@ source "board/freescale/mx7d_19x19_ddr3_arm2/Kconfig"
source "board/freescale/mx7dsabresd/Kconfig"
source "board/freescale/mx6ul_14x14_evk/Kconfig"
source "board/freescale/mx6ul_14x14_ddr3_arm2/Kconfig"
+source "board/freescale/mx6ul_14x14_lpddr2_arm2/Kconfig"
source "board/freescale/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"