From: Biju Das <biju.das.jz@bp.renesas.com>
Date: Mon, 12 Oct 2020 15:16:14 +0000 (+0100)
Subject: arm: renesas: Add config option for R8A774B1 SoC
X-Git-Tag: v2025.01-rc5-pxa1908~2170^2~7
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=4e4c0e5e424d0029de2c9919af69babbe1f5a227;p=u-boot.git

arm: renesas: Add config option for R8A774B1 SoC

Add config support for RZ/G2N(a.k.a R8A774B1) SoC.

Also fixed the alignment issue on R8A774A1 config.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---

diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index 07f607dd9d..3b53266a61 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -3,7 +3,10 @@ if RCAR_GEN3
 menu "Select Target SoC"
 
 config R8A774A1
-        bool "Renesas SoC R8A774A1"
+	bool "Renesas SoC R8A774A1"
+
+config R8A774B1
+	bool "Renesas SoC R8A774B1"
 
 config R8A7795
 	bool "Renesas SoC R8A7795"