Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: renesas: Add Renesas R8A7742 config option

Add configuration option for the RZ/G1H (R8A77420) SoC.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
Link: https://lore.kernel.org/r/1588197415-13747-2-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Lad Prabhakar and committed by
Geert Uytterhoeven
cdc8abe7 2f718327

+7
+7
drivers/soc/renesas/Kconfig
··· 83 83 select ARM_ERRATA_754322 84 84 select RENESAS_INTC_IRQPIN 85 85 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 + 86 93 config ARCH_R8A7743 87 94 bool "RZ/G1M (R8A77430)" 88 95 select ARCH_RCAR_GEN2