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 2, 2025
1 parent 8af8f8c commit 10ad217
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ config NVS_LOOKUP_CACHE_SIZE
config ZMS_LOOKUP_CACHE_SIZE
default 512 if ZMS

# Enable Dynamic interrupts to have a possibility to reconfigure it.
config DYNAMIC_INTERRUPTS
default y

config DYNAMIC_DIRECT_INTERRUPTS
default y

config MPSL_DYNAMIC_INTERRUPTS
default y

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

0 comments on commit 10ad217

Please sign in to comment.