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