]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: renesas: Add config option for R8A774B1 SoC
authorBiju Das <biju.das.jz@bp.renesas.com>
Mon, 12 Oct 2020 15:16:14 +0000 (16:16 +0100)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 20 Oct 2020 10:56:46 +0000 (12:56 +0200)
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>
arch/arm/mach-rmobile/Kconfig.64

index 07f607dd9d1ab544be74d177ea88c6ddf6cf9e0b..3b53266a61e28ccefd8fef49f0545b697d1656d9 100644 (file)
@@ -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"