summaryrefslogtreecommitdiff
path: root/board/freescale/t102xqds/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/t102xqds/Kconfig')
-rw-r--r--board/freescale/t102xqds/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/freescale/t102xqds/Kconfig b/board/freescale/t102xqds/Kconfig
new file mode 100644
index 0000000000..4d17798d5c
--- /dev/null
+++ b/board/freescale/t102xqds/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_T102XQDS
+
+config SYS_BOARD
+ default "t102xqds"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ default "T102xQDS"
+
+endif