Skip to content

Commit 1a2df1d

Browse files
committed
mpsl: Make CONFIG_MPSL_HFCLK_LATENCY on 54H unavailable
The HFXO startup time is configured in bicr and is therefore not available in device tree or Kconfig on this platform. Going forward we could consider deprecating it completely and only rely on the device tree entries. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent 1760be3 commit 1a2df1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/mpsl/init/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ config MPSL_HFCLK_LATENCY
8080
int "HFCLK ramp-up latency in microsecond, assumed by MPSL to wait for the clock availability"
8181
default $(dt_node_int_prop_int,/clocks/hfxo,startup-time-us) if $(dt_node_has_prop,/clocks/hfxo,startup-time-us)
8282
default $(dt_node_int_prop_int,/oscillators/hfxo,startup-time-us) if $(dt_node_has_prop,/oscillators/hfxo,startup-time-us)
83+
depends on !SOC_SERIES_NRF54HX
8384
default 1400
8485
help
8586
This option configures the amount of time MPSL will assume it takes

0 commit comments

Comments
 (0)