summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sx_17x17_arm2/Kconfig
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-04-28 14:43:11 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:56:08 +0800
commitc911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9 (patch)
tree06691a515d3b76c66dccf91e2b58e260967ae83a /board/freescale/mx6sx_17x17_arm2/Kconfig
parent6b3769bb839089908940eccbf7c90439a3be5cfd (diff)
downloadu-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.zip
u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.tar.gz
u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.tar.bz2
MLK-10774-22 imx:mx6sx_arm2 add mx6sx arm2 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 'board/freescale/mx6sx_17x17_arm2/Kconfig')
-rw-r--r--board/freescale/mx6sx_17x17_arm2/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/mx6sx_17x17_arm2/Kconfig b/board/freescale/mx6sx_17x17_arm2/Kconfig
new file mode 100644
index 0000000..a96efbd
--- /dev/null
+++ b/board/freescale/mx6sx_17x17_arm2/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_MX6SX_17X17_ARM2
+
+config SYS_BOARD
+ default "mx6sx_17x17_arm2"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_SOC
+ default "mx6"
+
+config SYS_CONFIG_NAME
+ default "mx6sx_17x17_arm2"
+
+endif