We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01b9a4 commit 6bae796Copy full SHA for 6bae796
config/nrfconnect/chip-module/Kconfig.defaults
@@ -72,6 +72,21 @@ config NVS_LOOKUP_CACHE_SIZE
72
config ZMS_LOOKUP_CACHE_SIZE
73
default 512 if ZMS
74
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
84
85
+config MPSL_DYNAMIC_INTERRUPTS
86
87
88
+endif # MPSL
89
90
# ==============================================================================
91
# Zephyr networking configuration
92
0 commit comments