]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/teejet/mt_ventoux/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / teejet / mt_ventoux / Kconfig
diff --git a/board/teejet/mt_ventoux/Kconfig b/board/teejet/mt_ventoux/Kconfig
new file mode 100644 (file)
index 0000000..96cf7c0
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_MT_VENTOUX
+
+config SYS_CPU
+       string
+       default "armv7"
+
+config SYS_BOARD
+       string
+       default "mt_ventoux"
+
+config SYS_VENDOR
+       string
+       default "teejet"
+
+config SYS_SOC
+       string
+       default "omap3"
+
+config SYS_CONFIG_NAME
+       string
+       default "mt_ventoux"
+
+endif