Errors when upgrading SDK to 2.8.0

I am trying to upgrade my project which is previously build with NRF connect SDK 2.6.1 to 2.8.0

I am getting this error while building

warning: NCS_SAMPLE_MCUMGR_BT_OTA_DFU (defined at
E:/ncs/v2.8.0/nrf\samples\common\mcumgr_bt_ota_dfu/Kconfig:9) was assigned the value 'y' but got the
value 'n'. Check these unsatisfied dependencies: BOOTLOADER_MCUBOOT (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up
NCS_SAMPLE_MCUMGR_BT_OTA_DFU in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.

in my prj.conf I already have 

# Enable mcumgr.
CONFIG_MCUMGR=y
# Ensure an MCUboot-compatible binary is generated.
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y
CONFIG_SECURE_BOOT=y
CONFIG_IMG_MANAGER=y
CONFIG_MCUBOOT_IMG_MANAGER=y
CONFIG_IMG_ERASE_PROGRESSIVELY=y
Parents Reply Children
No Data
Related