From: Lad Prabhakar Date: Mon, 9 Jun 2025 20:36:50 +0000 (+0100) Subject: soc: renesas: Add RZ/N2H (R9A09G087) config option X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c7968f5e7c7c7b46cad1e92294c211417a7ba90f;p=users%2Fjedix%2Flinux-maple.git soc: renesas: Add RZ/N2H (R9A09G087) config option Add a new Kconfig option, ARCH_R9A09G087, to enable ARM64 platform support for the Renesas RZ/N2H SoC. Signed-off-by: Lad Prabhakar Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/20250609203656.333138-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven --- diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 7f4b4088a14e8..ba921f5c3aff2 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -414,6 +414,12 @@ config ARCH_R9A09G077 help This enables support for the Renesas RZ/T2H SoC variants. +config ARCH_R9A09G087 + bool "ARM64 Platform support for RZ/N2H" + default y if ARCH_RENESAS + help + This enables support for the Renesas RZ/N2H SoC variants. + endif # ARM64 if RISCV