diff --git a/subsys/bootloader/Kconfig b/subsys/bootloader/Kconfig index 66d11b0e2841..349bd7c7439f 100644 --- a/subsys/bootloader/Kconfig +++ b/subsys/bootloader/Kconfig @@ -147,7 +147,7 @@ config SB_MONOTONIC_COUNTER config SB_NUM_VER_COUNTER_SLOTS int "Number of monotonic counter slots used for the firmware version" - default 20 if BOOTLOADER_MCUBOOT + default 20 if BOOTLOADER_MCUBOOT || MCUBOOT default 240 range 2 300 if SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X range 2 1800 if SOC_SERIES_NRF52X