Skip to content

Commit b88fc41

Browse files
marian-c-rotariugeertu
authored andcommitted
soc: renesas: Add Renesas R8A774E1 config option
Add configuration option for the RZ/G2H (R8A774E1) SoC. Signed-off-by: Marian-Cristian Rotariu <[email protected]> Signed-off-by: Lad Prabhakar <[email protected]> Link: https://lore.kernel.org/r/1594138692-16816-3-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent f446ade commit b88fc41

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/soc/renesas/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,13 @@ config ARCH_R8A774C0
201201
help
202202
This enables support for the Renesas RZ/G2E SoC.
203203

204+
config ARCH_R8A774E1
205+
bool "Renesas RZ/G2H SoC Platform"
206+
select ARCH_RCAR_GEN3
207+
select SYSC_R8A774E1
208+
help
209+
This enables support for the Renesas RZ/G2H SoC.
210+
204211
config ARCH_R8A77950
205212
bool "Renesas R-Car H3 ES1.x SoC Platform"
206213
select ARCH_RCAR_GEN3

0 commit comments

Comments
 (0)