Skip to content

Commit 8a11ef3

Browse files
NeilChen93jhedberg
authored andcommitted
soc: nxp: mcx: update config NUM_IRQS value
Update mcxa NUM_IRQS value according to part number. Correct mcxn NUM_IRQS value to 156. Signed-off-by: Neil Chen <[email protected]>
1 parent 6ceeb56 commit 8a11ef3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

soc/nxp/mcx/mcxa/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ config CORTEX_M_SYSTICK
77
default n if (MCUX_LPTMR_TIMER || MCUX_OS_TIMER)
88

99
config NUM_IRQS
10+
default 80 if SOC_MCXA153
11+
default 89 if SOC_MCXA156
12+
default 122 if (SOC_MCXA346 || SOC_MCXA266 || SOC_MCXA366)
1013
default 88
1114

1215
config SYS_CLOCK_HW_CYCLES_PER_SEC

soc/nxp/mcx/mcxn/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config MFD
1010
default y if DT_HAS_NXP_LP_FLEXCOMM_ENABLED
1111

1212
config NUM_IRQS
13-
default 155
13+
default 156
1414

1515
config ROM_START_OFFSET
1616
default 0x400 if BOOTLOADER_MCUBOOT

0 commit comments

Comments
 (0)