Skip to content

Commit 6bae796

Browse files
[nrf toup][nrfconnect] Enable dynamic interupts in nrfconnect platform
Enable Dynamic interrupts to have a possibility to reconfigure it. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent a01b9a4 commit 6bae796

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

+15
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,21 @@ config NVS_LOOKUP_CACHE_SIZE
7272
config ZMS_LOOKUP_CACHE_SIZE
7373
default 512 if ZMS
7474

75+
# Enable Dynamic interrupts to have a possibility to reconfigure it for devices that use MPSL
76+
# on the application core.
77+
if MPSL
78+
79+
config DYNAMIC_INTERRUPTS
80+
default y
81+
82+
config DYNAMIC_DIRECT_INTERRUPTS
83+
default y
84+
85+
config MPSL_DYNAMIC_INTERRUPTS
86+
default y
87+
88+
endif # MPSL
89+
7590
# ==============================================================================
7691
# Zephyr networking configuration
7792
# ==============================================================================

0 commit comments

Comments
 (0)