From 4ed5b4b30c77b1fe1945a845a24d7b57713e3a5b Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Fri, 19 Jun 2015 15:27:49 +0800 Subject: 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 --- arch/arm/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e62f1b75267..c1bbfe99616 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" -- cgit v1.2.3