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