Skip to content

Commit c7968f5

Browse files
prabhakarladgeertu
authored andcommitted
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 <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250609203656.333138-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent b19376d commit c7968f5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

drivers/soc/renesas/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,12 @@ config ARCH_R9A09G077
414414
help
415415
This enables support for the Renesas RZ/T2H SoC variants.
416416

417+
config ARCH_R9A09G087
418+
bool "ARM64 Platform support for RZ/N2H"
419+
default y if ARCH_RENESAS
420+
help
421+
This enables support for the Renesas RZ/N2H SoC variants.
422+
417423
endif # ARM64
418424

419425
if RISCV

0 commit comments

Comments
 (0)