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 <CHLin56@nuvoton.com>
This commit is contained in:
parent
69713f4e6a
commit
3f59fa36f1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
if SOC_SERIES_NPCX4
|
||||
|
||||
config NUM_IRQS
|
||||
default 128
|
||||
default 86
|
||||
|
||||
config CORTEX_M_SYSTICK
|
||||
default !NPCX_ITIM_TIMER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue