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>
This commit is contained in:
Biju Das
2020-10-12 16:16:14 +01:00
committed by Marek Vasut
parent f4c5f97925
commit 4e4c0e5e42

View 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"