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