From 3f59fa36f1099d82901a47193279e5a7ece75445 Mon Sep 17 00:00:00 2001 From: Jun Lin Date: Tue, 15 Apr 2025 09:34:43 +0800 Subject: [PATCH] soc: npcx: update the NUM_IRQS value for npcx4 The npcx4 SoC only uses 86 NVIC IRQ numbers. This commit updates the number from 128 to 86 to reduce the memory usage. Signed-off-by: Jun Lin --- soc/nuvoton/npcx/npcx4/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/nuvoton/npcx/npcx4/Kconfig.defconfig b/soc/nuvoton/npcx/npcx4/Kconfig.defconfig index 330f309e1a2..d30b62f3afe 100644 --- a/soc/nuvoton/npcx/npcx4/Kconfig.defconfig +++ b/soc/nuvoton/npcx/npcx4/Kconfig.defconfig @@ -6,7 +6,7 @@ if SOC_SERIES_NPCX4 config NUM_IRQS - default 128 + default 86 config CORTEX_M_SYSTICK default !NPCX_ITIM_TIMER