1# Enable zephyr dfu boot utility library
2CONFIG_IMG_MANAGER=y
3# Enable flash drivers for MCUBoot
4CONFIG_FLASH=y
5CONFIG_FLASH_MAP=y
6CONFIG_STREAM_FLASH=y
7# Enable reboot API to reset board after selecting new image
8CONFIG_REBOOT=y
9