summaryrefslogtreecommitdiff
path: root/board/hoperun/hihope-rzg2/Kconfig
diff options
context:
space:
mode:
authorBiju Das <biju.das.jz@bp.renesas.com>2021-03-01 20:08:47 +0300
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-03-16 22:09:29 +0300
commitb650c838253f602cd28205b23d89caa454994790 (patch)
treec69229ec483d02746d161e09a8371b042fa4d78c /board/hoperun/hihope-rzg2/Kconfig
parent40ac7945241244a45227bc9e1a2d8d3171823627 (diff)
downloadu-boot-b650c838253f602cd28205b23d89caa454994790.tar.xz
arm: rmobile: Add HopeRun HiHope RZ/G2M board support
The HiHope RZ/G2M board from HopeRun consists of main board (HopeRun HiHope RZ/G2M main board) and sub board(HopeRun HiHope RZ/G2M sub board). The HiHope RZ/G2M sub board sits below the HiHope RZ/G2M main board. This patch adds the required board support to boot HopeRun HiHope RZ/G2M board. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Diffstat (limited to 'board/hoperun/hihope-rzg2/Kconfig')
-rw-r--r--board/hoperun/hihope-rzg2/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/hoperun/hihope-rzg2/Kconfig b/board/hoperun/hihope-rzg2/Kconfig
new file mode 100644
index 0000000000..ee422ba6c8
--- /dev/null
+++ b/board/hoperun/hihope-rzg2/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_HIHOPE_RZG2
+
+config SYS_SOC
+ default "rmobile"
+
+config SYS_BOARD
+ default "hihope-rzg2"
+
+config SYS_VENDOR
+ default "hoperun"
+
+config SYS_CONFIG_NAME
+ default "hihope-rzg2"
+
+endif