Skip to content

Commit 347ec63

Browse files
bjarki-andreasenrlubos
authored andcommitted
[nrf fromtree] drivers: clock_control: nrf: adapt NRF_HFINT_CALIBRATION option
CLOCK_CONTROL_NRF_HFINT_CALIBRATION depended on the renamed nordic,nrf-hfxo -> nordic,nrf54l-hfxo. Update config to depend on DT_HAS_NORDIC_NRF54L_HFXO_ENABLED to match new compat name. Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit b668e9d) Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 9e1cf1d commit 347ec63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/clock_control/Kconfig.nrf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ endif # CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION
130130

131131
config CLOCK_CONTROL_NRF_HFINT_CALIBRATION
132132
bool "HFINT clock calibration"
133-
depends on SOC_NRF54L05 || SOC_NRF54L10 || SOC_NRF54L15
134-
depends on DT_HAS_NORDIC_NRF_HFXO_ENABLED
133+
depends on DT_HAS_NORDIC_NRF54L_HFXO_ENABLED
135134
depends on !TRUSTED_EXECUTION_NONSECURE
136135
select EXPERIMENTAL
137136
help

0 commit comments

Comments
 (0)