modules: hal_nordic: nrfx: propagate new configs to nrfx

Add support for propagating SOC_NRF54LX_DISABLE_FICR_TRIMCNF and
SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE values to nrfx.

Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
This commit is contained in:
Magdalena Pastula 2024-03-12 17:33:59 +01:00 committed by Henrik Brix Andersen
commit 92f1b3ff96
2 changed files with 4 additions and 3 deletions

View file

@ -33,12 +33,11 @@ config SOC_NRF54LX_DISABLE_FICR_TRIMCNF
help
Disable trimming of the device. When the device is trimmed it
will copy all the trimming values from FICR into the target
addresses. When TF-M is enabled it will trim the device before
booting this image.
addresses.
config SOC_NRF54LX_SKIP_GLITCHDETECTOR_DISABLE
bool "Skip disabling glitch detector"
default n
default y if TRUSTED_EXECUTION_NONSECURE
help
With this option, the glitch detector is not disabled during system initialization.
The CPU runs with the default state of glitch detector.