Auto-enable the RZ/A1 Interrupt Controller when configuring a kernel with support for RZ/A1H SoCs. This is similar to how interrupt controllers for other Renesas SoCs are enabled. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- drivers/soc/renesas/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 68bfca6f20ddf8a7..1448b6dbcdb20bae 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -57,6 +57,7 @@ config ARCH_R7S72100 bool "RZ/A1H (R7S72100)" select PM select PM_GENERIC_DOMAINS + select RENESAS_RZA1_IRQC select SYS_SUPPORTS_SH_MTU2 select RENESAS_OSTM -- 2.17.1