File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -56,18 +56,10 @@ config SOC_NRF54LM20A_ENGA_CPUFLPR
5656if SOC_SERIES_NRF54LX
5757
5858config SOC_NRF54LX_SKIP_CLOCK_CONFIG
59- bool
60- prompt "Skip clock frequency configuration in system initialization" if TRUSTED_EXECUTION_SECURE
61- default y if TRUSTED_EXECUTION_NONSECURE
59+ bool "Skip clock frequency configuration in system initialization"
6260 help
63- With this option, the CPU clock frequency is not set during this
64- Zephyr image's system initialization. The CPU runs with either
65- the HW reset values, or with the configuration set by an image
66- earlier in the boot chain.
67-
68- Note that for security reasons it is not supported to configure
69- the clock peripheral (NRF_OSCILLATORS) from the non-secure
70- domain.
61+ With this option, the CPU clock frequency is not set during system initialization.
62+ The CPU runs with the default, hardware-selected frequency.
7163
7264config SOC_NRF54LX_DISABLE_FICR_TRIMCNF
7365 bool "Disable trimming of the device"
You can’t perform that action at this time.
0 commit comments