]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/cm-bf537e/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / cm-bf537e / Kconfig
diff --git a/board/cm-bf537e/Kconfig b/board/cm-bf537e/Kconfig
new file mode 100644 (file)
index 0000000..83c160d
--- /dev/null
@@ -0,0 +1,11 @@
+if TARGET_CM_BF537E
+
+config SYS_BOARD
+       string
+       default "cm-bf537e"
+
+config SYS_CONFIG_NAME
+       string
+       default "cm-bf537e"
+
+endif