]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ttcontrol/vision2/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / ttcontrol / vision2 / Kconfig
diff --git a/board/ttcontrol/vision2/Kconfig b/board/ttcontrol/vision2/Kconfig
new file mode 100644 (file)
index 0000000..3b18bea
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_VISION2
+
+config SYS_CPU
+       string
+       default "armv7"
+
+config SYS_BOARD
+       string
+       default "vision2"
+
+config SYS_VENDOR
+       string
+       default "ttcontrol"
+
+config SYS_SOC
+       string
+       default "mx5"
+
+config SYS_CONFIG_NAME
+       string
+       default "vision2"
+
+endif