Commit cc6ba101 authored by Raffael Rostagno's avatar Raffael Rostagno Committed by Carles Cufi
Browse files

soc: espressif: Default MCUboot mode for ESP32 family



Include default MCUboot mode for all ESP32 chips

Signed-off-by: default avatarRaffael Rostagno <raffael.rostagno@espressif.com>
parent 2803d4bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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