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