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