diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2020-10-12 16:16:14 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-10-20 12:56:46 +0200 |
commit | 4e4c0e5e424d0029de2c9919af69babbe1f5a227 (patch) | |
tree | f860cadaa23464c1b5a25b7713a95c3d06bf772d | |
parent | f4c5f979259faa7f03220c1290b456fa6d59e61c (diff) | |
download | u-boot-4e4c0e5e424d0029de2c9919af69babbe1f5a227.tar.gz u-boot-4e4c0e5e424d0029de2c9919af69babbe1f5a227.tar.xz u-boot-4e4c0e5e424d0029de2c9919af69babbe1f5a227.zip |
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>
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.64 | 5 |
1 files changed, 4 insertions, 1 deletions
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" |