summaryrefslogtreecommitdiff
path: root/board/freescale/ls1021aqds/Kconfig
diff options
context:
space:
mode:
authorWang Huan <b18965@freescale.com>2014-09-05 13:52:44 +0800
committerYork Sun <yorksun@freescale.com>2014-09-08 10:30:34 -0700
commit550e3dc090888fbc9c0fc4066541a2b4eb88c47b (patch)
tree3d82f1a3c9c30a85c612e487a73df2cc767173d7 /board/freescale/ls1021aqds/Kconfig
parentef87cab66492fe530bb6ec2e499b030c5ae60286 (diff)
downloadu-boot-imx-550e3dc090888fbc9c0fc4066541a2b4eb88c47b.zip
u-boot-imx-550e3dc090888fbc9c0fc4066541a2b4eb88c47b.tar.gz
u-boot-imx-550e3dc090888fbc9c0fc4066541a2b4eb88c47b.tar.bz2
arm: ls102xa: Add basic support for LS1021AQDS board
LS102xA is an ARMv7 implementation. This patch is to add basic support for LS1021AQDS board. One DDR controller DUART1 is used as the console For the detail board information, please refer to README. Signed-off-by: Alison Wang <alison.wang@freescale.com> Signed-off-by: Jason Jin <jason.jin@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Yuan Yao <yao.yuan@freescale.com> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Diffstat (limited to 'board/freescale/ls1021aqds/Kconfig')
-rw-r--r--board/freescale/ls1021aqds/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/freescale/ls1021aqds/Kconfig b/board/freescale/ls1021aqds/Kconfig
new file mode 100644
index 0000000..c28bd2b
--- /dev/null
+++ b/board/freescale/ls1021aqds/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_LS1021AQDS
+
+config SYS_CPU
+ string
+ default "armv7"
+
+config SYS_BOARD
+ string
+ default "ls1021aqds"
+
+config SYS_VENDOR
+ string
+ default "freescale"
+
+config SYS_SOC
+ string
+ default "ls102xa"
+
+config SYS_CONFIG_NAME
+ string
+ default "ls1021aqds"
+
+endif