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