We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c9856 commit 73237e5Copy full SHA for 73237e5
lib/fprotect/Kconfig
@@ -50,6 +50,7 @@ menuconfig FPROTECT
50
bool "Enable FPROTECT"
51
depends on SOC_FAMILY_NORDIC_NRF
52
depends on !(SOC_SERIES_NRF54LX && IS_SECURE_BOOTLOADER)
53
+ depends on !SOC_SERIES_NRF54HX
54
default y if MCUBOOT && (!SOC_SERIES_NRF54LX || (SOC_SERIES_NRF54LX && MCUBOOT_MCUBOOT_IMAGE_NUMBER = -1))
55
#enabled for nRF54L SoC's when MCUboot is the only one bootloader
56
select NRFX_RRAMC if SOC_SERIES_NRF54LX
0 commit comments