summaryrefslogtreecommitdiff
path: root/board/renesas/grpeach/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-07 09:38:00 -0400
committerTom Rini <trini@konsulko.com>2019-05-07 09:38:00 -0400
commit8d7f06bbbef16f172cd5e9c4923cdcebe16b8980 (patch)
tree9eede4d05f489c95c1330d6ab60a5d4c4425df42 /board/renesas/grpeach/Kconfig
parent6984044d0516d855ec621fff741f372932d28669 (diff)
parentba932bc846e8f44b7b61fcaac41e0be907d1303e (diff)
Merge branch 'master' of git://git.denx.de/u-boot-sh
- RZ/A1 addition. - Old board removal.
Diffstat (limited to 'board/renesas/grpeach/Kconfig')
-rw-r--r--board/renesas/grpeach/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/renesas/grpeach/Kconfig b/board/renesas/grpeach/Kconfig
new file mode 100644
index 00000000000..00dc496b863
--- /dev/null
+++ b/board/renesas/grpeach/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_GRPEACH
+
+config SYS_BOARD
+ default "grpeach"
+
+config SYS_VENDOR
+ default "renesas"
+
+config SYS_CONFIG_NAME
+ default "grpeach"
+
+endif