summaryrefslogtreecommitdiff
path: root/board/freescale/ls1088a/Kconfig
diff options
context:
space:
mode:
authorAshish Kumar <Ashish.Kumar@nxp.com>2017-08-31 16:12:54 +0530
committerYork Sun <york.sun@nxp.com>2017-09-11 08:00:13 -0700
commite84a324ba7950e88c0df4a2c656f533c723aeaae (patch)
treefc0aeddfb200850875e8660f317270b837cda323 /board/freescale/ls1088a/Kconfig
parent6d9b82d085ea810c7bb2ed5203522e45cc72c336 (diff)
armv8: ls1088ardb: Add support for LS1088ARDB platform
LS1088A is an ARMv8 implementation. The LS1088ARDB is an evaluatoin platform that supports the LS1088A family SoCs. This patch add basic support of the platform. Signed-off-by: Alison Wang <alison.wang@nxp.com> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com> Signed-off-by: Raghav Dogra <raghav.dogra@nxp.com> Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com> [YS: Disabled NAND in board header file] Reviewed-by: York Sun <york.sun@nxp.com> WIP: disable NAND for LS1088ARDB
Diffstat (limited to 'board/freescale/ls1088a/Kconfig')
-rw-r--r--board/freescale/ls1088a/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/ls1088a/Kconfig b/board/freescale/ls1088a/Kconfig
new file mode 100644
index 00000000000..a4d82234716
--- /dev/null
+++ b/board/freescale/ls1088a/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_LS1088ARDB
+
+config SYS_BOARD
+ default "ls1088a"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_SOC
+ default "fsl-layerscape"
+
+config SYS_CONFIG_NAME
+ default "ls1088ardb"
+
+endif