[PATCH 2/8] soc: renesas: Add config option for RZ/N2H (R9A09G087) SoC
From: Prabhakar
Date: Mon Jun 09 2025 - 16:37:24 EST
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxx>
---
drivers/soc/renesas/Kconfig | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index 7f4b4088a14e..ba921f5c3aff 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
--
2.49.0