summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-05-05 15:19:07 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:31 +0100
commit157df134e815f6a476b13d6644039ed65032038f (patch)
tree8824783770685de58034f7657f972f3fab84b0d1 /arch
parent875ba926993528c92149d6ee2938d02118f20221 (diff)
MLK-10821 imx: mx6ulevk: Add board support for mx6ulevk
Add BSP codes to support modules on the board: I2C, SD/eMMC, NAND, QSPI, FEC1/FEC2, USB, LCDIF, 74LV, Serial DDR version: 1.0 Build target: mx6ulevk_config mx6ulevk_qspi1_config 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 995860b07e..24113747f2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -564,6 +564,10 @@ config TARGET_MX7DSABRESD
bool "Support mx7dsabresd"
select CPU_V7
+config TARGET_MX6ULEVK
+ bool "Support mx6ulevk"
+ select CPU_V7
+
config TARGET_GW_VENTANA
bool "Support gw_ventana"
select CPU_V7
@@ -867,6 +871,7 @@ source "board/freescale/mx6sx_19x19_arm2/Kconfig"
source "board/freescale/mx7d_12x12_lpddr3_arm2/Kconfig"
source "board/freescale/mx7d_19x19_ddr3_arm2/Kconfig"
source "board/freescale/mx7dsabresd/Kconfig"
+source "board/freescale/mx6ulevk/Kconfig"
source "board/freescale/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"