summaryrefslogtreecommitdiffstats
path: root/board/freescale/t4qds/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/t4qds/Kconfig')
-rw-r--r--board/freescale/t4qds/Kconfig31
1 files changed, 31 insertions, 0 deletions
diff --git a/board/freescale/t4qds/Kconfig b/board/freescale/t4qds/Kconfig
new file mode 100644
index 0000000000..f4b0ba2322
--- /dev/null
+++ b/board/freescale/t4qds/Kconfig
@@ -0,0 +1,31 @@
+if TARGET_T4240EMU
+
+config SYS_BOARD
+ string
+ default "t4qds"
+
+config SYS_VENDOR
+ string
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ string
+ default "T4240EMU"
+
+endif
+
+if TARGET_T4240QDS
+
+config SYS_BOARD
+ string
+ default "t4qds"
+
+config SYS_VENDOR
+ string
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ string
+ default "T4240QDS"
+
+endif
OpenPOWER on IntegriCloud