diff --git a/config/nrfconnect/chip-module/Kconfig.features b/config/nrfconnect/chip-module/Kconfig.features index cdcac79444c824..b63983a11e9e3f 100644 --- a/config/nrfconnect/chip-module/Kconfig.features +++ b/config/nrfconnect/chip-module/Kconfig.features @@ -93,6 +93,12 @@ config SYSTEM_WORKQUEUE_STACK_SIZE if SOC_SERIES_NRF53X +# FLASH nop device is enabled to prevent bus faults when mcumgr tries to access +# simulated partition with network core image data. +config FLASH_NOP_DEVICE + bool + default y + # Enable custom SMP request to erase settings partition. config MCUMGR_GRP_ZEPHYR_BASIC bool