summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-04-28 10:28:00 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:06 +0100
commitb09273d09dc79f45521eacaec945d32694ef13dc (patch)
tree4ce6f718b0bdf4715aa2277bcd52d678e1df5d51 /arch/arm/Kconfig
parentdb59e6f9c65db08b580a481fb511a7e2d638e8f5 (diff)
MLK-10774-21 imx:imx6sxsabreauto add bsp
Add bsp and configuration file Signed-off-by: Ye.Li <B37916@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
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 1747c226d66..49c19ac337f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -540,6 +540,10 @@ config TARGET_MX6SXSABRESD
select CPU_V7
select SUPPORT_SPL
+config TARGET_MX6SXSABREAUTO
+ bool "Support mx6sxsabreauto"
+ select CPU_V7
+
config TARGET_GW_VENTANA
bool "Support gw_ventana"
select CPU_V7
@@ -837,6 +841,7 @@ source "board/freescale/mx6qsabreauto/Kconfig"
source "board/freescale/mx6sabresd/Kconfig"
source "board/freescale/mx6slevk/Kconfig"
source "board/freescale/mx6sxsabresd/Kconfig"
+source "board/freescale/mx6sxsabreauto/Kconfig"
source "board/freescale/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"