From c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 28 Apr 2015 14:43:11 +0800 Subject: MLK-10774-22 imx:mx6sx_arm2 add mx6sx arm2 bsp Add bsp and configuration file Signed-off-by: Ye.Li Signed-off-by: Peng Fan --- arch/arm/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'arch') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 032be86..6fe5eee 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -536,6 +536,14 @@ config TARGET_MX6SXSABREAUTO bool "Support mx6sxsabreauto" select CPU_V7 +config TARGET_MX6SX_17X17_ARM2 + bool "Support mx6sx_17x17_arm2" + select CPU_V7 + +config TARGET_MX6SX_19X19_ARM2 + bool "Support mx6sx_19x19_arm2" + select CPU_V7 + config TARGET_GW_VENTANA bool "Support gw_ventana" select CPU_V7 @@ -830,6 +838,8 @@ source "board/freescale/mx6sabresd/Kconfig" source "board/freescale/mx6slevk/Kconfig" 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/vf610twr/Kconfig" source "board/gateworks/gw_ventana/Kconfig" source "board/genesi/mx51_efikamx/Kconfig" -- cgit v1.1