]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/technologic/ts4800/Kconfig
ARM: ts4800: add basic board support
[people/ms/u-boot.git] / board / technologic / ts4800 / Kconfig
diff --git a/board/technologic/ts4800/Kconfig b/board/technologic/ts4800/Kconfig
new file mode 100644 (file)
index 0000000..a28d5e4
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_TS4800
+
+config SYS_BOARD
+       default "ts4800"
+
+config SYS_VENDOR
+       default "technologic"
+
+config SYS_SOC
+       default "mx5"
+
+config SYS_CONFIG_NAME
+       default "ts4800"
+
+endif