summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sx_19x19_arm2/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx6sx_19x19_arm2/Kconfig')
-rw-r--r--board/freescale/mx6sx_19x19_arm2/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/mx6sx_19x19_arm2/Kconfig b/board/freescale/mx6sx_19x19_arm2/Kconfig
new file mode 100644
index 0000000..b8f5395
--- /dev/null
+++ b/board/freescale/mx6sx_19x19_arm2/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_MX6SX_19X19_ARM2
+
+config SYS_BOARD
+ default "mx6sx_19x19_arm2"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_SOC
+ default "mx6"
+
+config SYS_CONFIG_NAME
+ default "mx6sx_19x19_arm2"
+
+endif