File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ menu "Security features"
455
455
config SECURE_BOOT_V2_ENABLED
456
456
bool "Enable Secure Boot version 2"
457
457
depends on SECURE_BOOT_SUPPORTS_RSA
458
- select SECURE_ENABLE_SECURE_ROM_DL_MODE if !IDF_TARGET_ESP32 && !SECURE_INSECURE_ALLOW_DL_MODE
458
+ select SECURE_ENABLE_SECURE_ROM_DL_MODE if !IDF_TARGET_ESP32 && !SECURE_INSECURE_ALLOW_DL_MODE && !SECURE_DISABLE_ROM_DL_MODE # NOERROR
459
459
select SECURE_DISABLE_ROM_DL_MODE if ESP32_REV_MIN_3 && !SECURE_INSECURE_ALLOW_DL_MODE
460
460
help
461
461
Build a bootloader which enables Secure Boot version 2 on first boot.
@@ -625,7 +625,7 @@ menu "Security features"
625
625
626
626
config SECURE_FLASH_ENCRYPTION_MODE_RELEASE
627
627
bool "Release"
628
- select SECURE_ENABLE_SECURE_ROM_DL_MODE if SECURE_TARGET_HAS_SECURE_ROM_DL_MODE
628
+ select SECURE_ENABLE_SECURE_ROM_DL_MODE if SECURE_TARGET_HAS_SECURE_ROM_DL_MODE && !SECURE_DISABLE_ROM_DL_MODE # NOERROR
629
629
630
630
endchoice
631
631
You can’t perform that action at this time.
0 commit comments