]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/hale/tt01/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / hale / tt01 / Kconfig
diff --git a/board/hale/tt01/Kconfig b/board/hale/tt01/Kconfig
new file mode 100644 (file)
index 0000000..549c18b
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_TT01
+
+config SYS_CPU
+       string
+       default "arm1136"
+
+config SYS_BOARD
+       string
+       default "tt01"
+
+config SYS_VENDOR
+       string
+       default "hale"
+
+config SYS_SOC
+       string
+       default "mx31"
+
+config SYS_CONFIG_NAME
+       string
+       default "tt01"
+
+endif