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

This commit is contained in:
Konstantin Kondrashov
2026-07-06 13:54:15 +03:00
parent cc979db24b
commit 730310cce1

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.