[PATCH] soc: renesas: enable ICU support on RZ/N2H
From: Cosmin Tanislav
Date: Tue Dec 16 2025 - 07:42:58 EST
The Renesas RZ/N2H (R9A09G087) SoC has the same Interrupt Controller
(ICU) as the Renesas RZ/T2H (R9A09G077) SoC.
Enable support for it by selecting the RENESAS_RZT2H_ICU config.
Signed-off-by: Cosmin Tanislav <cosmin-gabriel.tanislav.xa@xxxxxxxxxxx>
---
drivers/soc/renesas/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index 198baf890b14..9ec9458b8e30 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -430,6 +430,7 @@ config ARCH_R9A09G077
config ARCH_R9A09G087
bool "ARM64 Platform support for R9A09G087 (RZ/N2H)"
default y if ARCH_RENESAS
+ select RENESAS_RZT2H_ICU
help
This enables support for the Renesas RZ/N2H SoC variants.
--
2.52.0