diff --git a/soc/espressif/Kconfig.sysbuild b/soc/espressif/Kconfig.sysbuild index c656630f937..e47a7295499 100644 --- a/soc/espressif/Kconfig.sysbuild +++ b/soc/espressif/Kconfig.sysbuild @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 choice MCUBOOT_MODE - default MCUBOOT_MODE_OVERWRITE_ONLY if SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6 || SOC_ESP32_PROCPU || SOC_SERIES_ESP32S2 || SOC_ESP32S3_PROCPU + default MCUBOOT_MODE_OVERWRITE_ONLY if SOC_FAMILY_ESPRESSIF_ESP32 endchoice