Merge branch 'fix/bootloader_anti_rollback_konfig' into 'master'

fix(bootloader): Hide bootloader anti-rollback Kconfig where not supported

See merge request espressif/esp-idf!50413
This commit is contained in:
Mahavir Jain
2026-07-07 10:40:21 +05:30

View File

@@ -31,7 +31,7 @@ menu "Recovery Bootloader and Rollback"
config BOOTLOADER_ANTI_ROLLBACK_ENABLE
bool "Enable bootloader rollback support"
depends on BOOTLOADER_RECOVERY_ENABLE
depends on BOOTLOADER_RECOVERY_ENABLE && SOC_BOOTLOADER_ANTI_ROLLBACK_SUPPORTED
default n
help
This option prevents rollback to previous bootloader image with lower security version.