Skip to content

Commit

Permalink
[nrf toup][nrfconnect] Enable dynamic interupts in nrfconnect platform
Browse files Browse the repository at this point in the history
Enable Dynamic interrupts to have a possibility to reconfigure it.

Signed-off-by: Arkadiusz Balys <[email protected]>
  • Loading branch information
ArekBalysNordic committed Jan 3, 2025
1 parent a01b9a4 commit 6bae796
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,21 @@ config NVS_LOOKUP_CACHE_SIZE
config ZMS_LOOKUP_CACHE_SIZE
default 512 if ZMS

# Enable Dynamic interrupts to have a possibility to reconfigure it for devices that use MPSL
# on the application core.
if MPSL

config DYNAMIC_INTERRUPTS
default y

config DYNAMIC_DIRECT_INTERRUPTS
default y

config MPSL_DYNAMIC_INTERRUPTS
default y

endif # MPSL

# ==============================================================================
# Zephyr networking configuration
# ==============================================================================
Expand Down

0 comments on commit 6bae796

Please sign in to comment.