Skip to content

Commit 73237e5

Browse files
hakonfamcarlescufi
authored andcommitted
lib: fprotect: disable fprotect for nRF54H
There is no support for this API on nRF54H. Ref: NCSDK-NONE Signed-off-by: Håkon Amundsen <[email protected]>
1 parent 47c9856 commit 73237e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/fprotect/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ menuconfig FPROTECT
5050
bool "Enable FPROTECT"
5151
depends on SOC_FAMILY_NORDIC_NRF
5252
depends on !(SOC_SERIES_NRF54LX && IS_SECURE_BOOTLOADER)
53+
depends on !SOC_SERIES_NRF54HX
5354
default y if MCUBOOT && (!SOC_SERIES_NRF54LX || (SOC_SERIES_NRF54LX && MCUBOOT_MCUBOOT_IMAGE_NUMBER = -1))
5455
#enabled for nRF54L SoC's when MCUboot is the only one bootloader
5556
select NRFX_RRAMC if SOC_SERIES_NRF54LX

0 commit comments

Comments
 (0)