summaryrefslogtreecommitdiff
path: root/board/freescale/ls1021atwr/Kconfig
diff options
context:
space:
mode:
authorWang Huan <b18965@freescale.com>2014-09-05 13:52:45 +0800
committerYork Sun <yorksun@freescale.com>2014-09-08 10:30:35 -0700
commitc8a7d9dab01c00c9efb5431284e9f16f8f2e92bb (patch)
treeca1837147fdded6da3bdcfda2ed6a87eba91f60c /board/freescale/ls1021atwr/Kconfig
parent550e3dc090888fbc9c0fc4066541a2b4eb88c47b (diff)
downloadu-boot-imx-c8a7d9dab01c00c9efb5431284e9f16f8f2e92bb.zip
u-boot-imx-c8a7d9dab01c00c9efb5431284e9f16f8f2e92bb.tar.gz
u-boot-imx-c8a7d9dab01c00c9efb5431284e9f16f8f2e92bb.tar.bz2
arm: ls102xa: Add basic support for LS1021ATWR board
LS102xA is an ARMv7 implementation. This patch is to add basic support for LS1021ATWR board. One DDR controller DUART1 is used as the console For the detail board information, please refer to README. Signed-off-by: Chen Lu <chen.lu@freescale.com> Signed-off-by: Yuan Yao <yao.yuan@freescale.com> Signed-off-by: Alison Wang <alison.wang@freescale.com>
Diffstat (limited to 'board/freescale/ls1021atwr/Kconfig')
-rw-r--r--board/freescale/ls1021atwr/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/freescale/ls1021atwr/Kconfig b/board/freescale/ls1021atwr/Kconfig
new file mode 100644
index 0000000..057808d
--- /dev/null
+++ b/board/freescale/ls1021atwr/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_LS1021ATWR
+
+config SYS_CPU
+ string
+ default "armv7"
+
+config SYS_BOARD
+ string
+ default "ls1021atwr"
+
+config SYS_VENDOR
+ string
+ default "freescale"
+
+config SYS_SOC
+ string
+ default "ls102xa"
+
+config SYS_CONFIG_NAME
+ string
+ default "ls1021atwr"
+
+endif