summaryrefslogtreecommitdiffstats
path: root/board/freescale/ls2080a/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/ls2080a/Kconfig')
-rw-r--r--board/freescale/ls2080a/Kconfig31
1 files changed, 31 insertions, 0 deletions
diff --git a/board/freescale/ls2080a/Kconfig b/board/freescale/ls2080a/Kconfig
new file mode 100644
index 0000000000..0b938ffb54
--- /dev/null
+++ b/board/freescale/ls2080a/Kconfig
@@ -0,0 +1,31 @@
+if TARGET_LS2080A_EMU
+
+config SYS_BOARD
+ default "ls2080a"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_SOC
+ default "fsl-layerscape"
+
+config SYS_CONFIG_NAME
+ default "ls2080a_emu"
+
+endif
+
+if TARGET_LS2080A_SIMU
+
+config SYS_BOARD
+ default "ls2080a"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_SOC
+ default "fsl-layerscape"
+
+config SYS_CONFIG_NAME
+ default "ls2080a_simu"
+
+endif
OpenPOWER on IntegriCloud