mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user