]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/t3corp/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / t3corp / Kconfig
diff --git a/board/t3corp/Kconfig b/board/t3corp/Kconfig
new file mode 100644 (file)
index 0000000..818293a
--- /dev/null
@@ -0,0 +1,11 @@
+if TARGET_T3CORP
+
+config SYS_BOARD
+       string
+       default "t3corp"
+
+config SYS_CONFIG_NAME
+       string
+       default "t3corp"
+
+endif