@@ -199,7 +199,7 @@ config BOOT_VALIDATE_SLOT0_ONCE
199
199
200
200
config BOOT_PREFER_SWAP_MOVE
201
201
bool "Prefer the newer swap move algorithm"
202
- default y if SOC_FAMILY_NRF
202
+ default y if SOC_FAMILY_NORDIC_NRF
203
203
default y if !$(dt_nodelabel_enabled,scratch_partition)
204
204
help
205
205
If y, the BOOT_IMAGE_UPGRADE_MODE will default to using
@@ -661,13 +661,13 @@ endchoice
661
661
config BOOT_WATCHDOG_FEED
662
662
bool "Feed the watchdog while doing swap"
663
663
default y if WATCHDOG
664
- default y if SOC_FAMILY_NRF
664
+ default y if SOC_FAMILY_NORDIC_NRF
665
665
# for nRF nrfx based implementation is available
666
- imply NRFX_WDT if SOC_FAMILY_NRF
667
- imply NRFX_WDT0 if SOC_FAMILY_NRF
668
- imply NRFX_WDT1 if SOC_FAMILY_NRF
669
- imply NRFX_WDT30 if SOC_FAMILY_NRF
670
- imply NRFX_WDT31 if SOC_FAMILY_NRF
666
+ imply NRFX_WDT if SOC_FAMILY_NORDIC_NRF
667
+ imply NRFX_WDT0 if SOC_FAMILY_NORDIC_NRF
668
+ imply NRFX_WDT1 if SOC_FAMILY_NORDIC_NRF
669
+ imply NRFX_WDT30 if SOC_FAMILY_NORDIC_NRF
670
+ imply NRFX_WDT31 if SOC_FAMILY_NORDIC_NRF
671
671
help
672
672
Enables implementation of MCUBOOT_WATCHDOG_FEED() macro which is
673
673
used to feed watchdog while doing time consuming operations.
@@ -721,7 +721,7 @@ comment "Zephyr configuration options"
721
721
config MULTITHREADING
722
722
default y if BOOT_SERIAL_CDC_ACM #usb driver requires MULTITHREADING
723
723
default y if BOOT_USB_DFU_GPIO || BOOT_USB_DFU_WAIT
724
- default n if SOC_FAMILY_NRF
724
+ default n if SOC_FAMILY_NORDIC_NRF
725
725
default n if SOC_FAMILY_ESPRESSIF_ESP32 && MCUBOOT
726
726
default y
727
727
0 commit comments