@@ -199,7 +199,7 @@ config BOOT_VALIDATE_SLOT0_ONCE
199199
200200config BOOT_PREFER_SWAP_MOVE
201201 bool "Prefer the newer swap move algorithm"
202- default y if SOC_FAMILY_NRF
202+ default y if SOC_FAMILY_NORDIC_NRF
203203 default y if !$(dt_nodelabel_enabled,scratch_partition)
204204 help
205205 If y, the BOOT_IMAGE_UPGRADE_MODE will default to using
@@ -661,13 +661,13 @@ endchoice
661661config BOOT_WATCHDOG_FEED
662662 bool "Feed the watchdog while doing swap"
663663 default y if WATCHDOG
664- default y if SOC_FAMILY_NRF
664+ default y if SOC_FAMILY_NORDIC_NRF
665665 # 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
671671 help
672672 Enables implementation of MCUBOOT_WATCHDOG_FEED() macro which is
673673 used to feed watchdog while doing time consuming operations.
@@ -721,7 +721,7 @@ comment "Zephyr configuration options"
721721config MULTITHREADING
722722 default y if BOOT_SERIAL_CDC_ACM #usb driver requires MULTITHREADING
723723 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
725725 default n if SOC_FAMILY_ESPRESSIF_ESP32 && MCUBOOT
726726 default y
727727
0 commit comments