]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/renesas/eagle/Kconfig
ARM: rmobile: Add R8A77970 V3M Eagle board
[people/ms/u-boot.git] / board / renesas / eagle / Kconfig
diff --git a/board/renesas/eagle/Kconfig b/board/renesas/eagle/Kconfig
new file mode 100644 (file)
index 0000000..1e0710e
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_EAGLE
+
+config SYS_SOC
+       default "rmobile"
+
+config SYS_BOARD
+       default "eagle"
+
+config SYS_VENDOR
+       default "renesas"
+
+config SYS_CONFIG_NAME
+       default "eagle"
+
+endif