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