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

soc: renesas: Add Renesas R8A774E1 config option

Add configuration option for the RZ/G2H (R8A774E1) SoC.

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

authored by

Marian-Cristian Rotariu and committed by
Geert Uytterhoeven
b88fc411 f446ade0

+7
+7
drivers/soc/renesas/Kconfig
··· 201 201 help 202 202 This enables support for the Renesas RZ/G2E SoC. 203 203 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 + 204 211 config ARCH_R8A77950 205 212 bool "Renesas R-Car H3 ES1.x SoC Platform" 206 213 select ARCH_RCAR_GEN3