Skip to content

Commit 8222d4c

Browse files
committed
Merge tag 'renesas-drivers-for-v5.8-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/drivers
Renesas driver updates for v5.8 (take two) - Add the main config option for the RZ/G1H SoC. * tag 'renesas-drivers-for-v5.8-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel: soc: renesas: Add Renesas R8A7742 config option Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents b4ad9a3 + cdc8abe commit 8222d4c

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)