]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/samsung/trats2/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / samsung / trats2 / Kconfig
diff --git a/board/samsung/trats2/Kconfig b/board/samsung/trats2/Kconfig
new file mode 100644 (file)
index 0000000..a82fdfb
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_TRATS2
+
+config SYS_CPU
+       string
+       default "armv7"
+
+config SYS_BOARD
+       string
+       default "trats2"
+
+config SYS_VENDOR
+       string
+       default "samsung"
+
+config SYS_SOC
+       string
+       default "exynos"
+
+config SYS_CONFIG_NAME
+       string
+       default "trats2"
+
+endif