Skip to content

Commit 41cdb2b

Browse files
michalek-norlubos
authored andcommitted
lib: fprotect: enable RRAMC low level backend
Selects NRFX_RRAMC symbol required by fprotect RRAM backend on 54L15 platform. Signed-off-by: Mateusz Michalek <[email protected]>
1 parent 78af8b6 commit 41cdb2b

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
@@ -47,6 +47,7 @@ config FPROTECT_BLOCK_SIZE
4747
menuconfig FPROTECT
4848
bool "Enable FPROTECT"
4949
depends on SOC_FAMILY_NORDIC_NRF
50+
select NRFX_RRAMC if SOC_SERIES_NRF54LX
5051
help
5152
Enable the software library FPROTECT that may or may not be used
5253
by other systems to protect flash from writes and possibly also

0 commit comments

Comments
 (0)