Commit graph

2 commits

Author SHA1 Message Date
Dominik Ermel 6f6135e6f9 mcuboot: Kconfig options allowing to inform on MCUboot config
The commit adds Kconfig options that allow to inform application
what algorithm is used with MCUboot that will be booting
applications on board.
Kconfig options added:
 - CONFIG_MCUBOOT_BOOTLOADER_MODE_SWAP_WITHOUT_SCRATCH
 - CONFIG_MCUBOOT_BOOTLOADER_MODE_SWAP_SCRATCH
 - CONFIG_MCUBOOT_BOOTLOADER_MODE_SINGLE_APP
 - CONFIG_MCUBOOT_BOOTLOADER_MODE_DIRECT_XIP

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2023-05-12 10:00:23 +02:00
Dominik Ermel 865f801470 kconfig: Separate MCUboot options to Kconfig.mcuboot
Move Kconfig options related to MCUboot to Kconfig.mcuboot

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2023-05-12 10:00:23 +02:00