Skip to content

Commit cdc8abe

Browse files
prabhakarladgeertu
authored andcommitted
soc: renesas: Add Renesas R8A7742 config option
Add configuration option for the RZ/G1H (R8A77420) SoC. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Marian-Cristian Rotariu <[email protected]> Link: https://lore.kernel.org/r/1588197415-13747-2-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 2f71832 commit cdc8abe

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
@@ -83,6 +83,13 @@ config ARCH_R8A7740
8383
select ARM_ERRATA_754322
8484
select RENESAS_INTC_IRQPIN
8585

86+
config ARCH_R8A7742
87+
bool "RZ/G1H (R8A77420)"
88+
select ARCH_RCAR_GEN2
89+
select ARM_ERRATA_798181 if SMP
90+
select ARM_ERRATA_814220
91+
select SYSC_R8A7742
92+
8693
config ARCH_R8A7743
8794
bool "RZ/G1M (R8A77430)"
8895
select ARCH_RCAR_GEN2

0 commit comments

Comments
 (0)