Build Error Enabling CONFIG_BOOTLOADER_MCUBOOT and CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU

Hi,

I am developing firmware for a project using a custom board with the nrf52832. The project requires mcuboot and secure BT OTA. When I enable the configs 

CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y

the project returns with build error "CMake Error at C:/nordic/myapps/workspace/nrf/lib/fprotect/CMakeLists.txt:15 (message):
No fprotect backend selected."

I am unfamiliar with what this is or would be caused by. I will include a zip folder with my custom board files and prj.conf. Thanks for your assistance!

8103.centurion_anywhere_button.zip54248.prj.conf

Related