From 6bae796e616653d639edfa3d105028d548b63950 Mon Sep 17 00:00:00 2001 From: Arkadiusz Balys Date: Thu, 2 Jan 2025 11:00:33 +0100 Subject: [PATCH] [nrf toup][nrfconnect] Enable dynamic interupts in nrfconnect platform Enable Dynamic interrupts to have a possibility to reconfigure it. Signed-off-by: Arkadiusz Balys --- config/nrfconnect/chip-module/Kconfig.defaults | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/nrfconnect/chip-module/Kconfig.defaults b/config/nrfconnect/chip-module/Kconfig.defaults index 3fc3381a3b..12a49a2ed9 100644 --- a/config/nrfconnect/chip-module/Kconfig.defaults +++ b/config/nrfconnect/chip-module/Kconfig.defaults @@ -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 # ==============================================================================