File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,3 @@ zephyr_library_sources(
66 ../validate_rram_partitions.c
77 )
88zephyr_include_directories(.)
9-
10- if (CONFIG_ELV_GRTC_LFXO_ALLOWED)
11- message (WARNING "WARNING! ELV mode feature is EXPERIMENTAL and may brick your device!" )
12- endif ()
Original file line number Diff line number Diff line change @@ -82,18 +82,4 @@ config SOC_NRF_FORCE_CONSTLAT
8282 of base resources on while in sleep. The advantage of having a constant
8383 and predictable latency will be at the cost of having increased power consumption.
8484
85- if NRF_GRTC_TIMER
86-
87- config ELV_GRTC_LFXO_ALLOWED
88- bool
89- depends on POWEROFF
90- select EXPERIMENTAL
91- help
92- This feature allows using ELV mode when GRTC operates with the LFXO as
93- a low-frequency clock source. The LFXO is automatically activated when
94- preparing to system-off.
95- WARNING! This feature is EXPERIMENTAL and may brick your device!
96-
97- endif # NRF_GRTC_TIMER
98-
9985endif # SOC_SERIES_NRF54LX
Original file line number Diff line number Diff line change @@ -164,9 +164,6 @@ static int nordicsemi_nrf54l_init(void)
164164 nrf_regulators_vreg_enable_set (NRF_REGULATORS , NRF_REGULATORS_VREG_MAIN , true);
165165#endif
166166
167- #if defined(CONFIG_ELV_GRTC_LFXO_ALLOWED )
168- nrf_regulators_elv_mode_allow_set (NRF_REGULATORS , NRF_REGULATORS_ELV_ELVGRTCLFXO_MASK );
169- #endif /* CONFIG_ELV_GRTC_LFXO_ALLOWED */
170167#endif /* NRF_APPLICATION */
171168
172169 return 0 ;
You can’t perform that action at this time.
0 commit comments