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:
parent
b0b4bc0517
commit
92f1b3ff96
2 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue