From 730310cce13e0540bb3cc522a6680b0f94f002e6 Mon Sep 17 00:00:00 2001 From: Konstantin Kondrashov Date: Mon, 6 Jul 2026 13:54:15 +0300 Subject: [PATCH] fix(bootloader): Hide bootloader anti-rollback Kconfig where not supported --- components/bootloader/Kconfig.bootloader_rollback | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bootloader/Kconfig.bootloader_rollback b/components/bootloader/Kconfig.bootloader_rollback index fc868f9cb36..2dea0db1925 100644 --- a/components/bootloader/Kconfig.bootloader_rollback +++ b/components/bootloader/Kconfig.bootloader_rollback @@ -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.