Skip to content

Commit 327cbc7

Browse files
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 <bjarki.andreasen@nordicsemi.no>
1 parent beb7dd0 commit 327cbc7

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
@@ -136,8 +136,7 @@ endif # CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION
136136

137137
config CLOCK_CONTROL_NRF_HFINT_CALIBRATION
138138
bool "HFINT clock calibration"
139-
depends on SOC_NRF54L05 || SOC_NRF54L10 || SOC_NRF54L15
140-
depends on DT_HAS_NORDIC_NRF_HFXO_ENABLED
139+
depends on DT_HAS_NORDIC_NRF54L_HFXO_ENABLED
141140
depends on !TRUSTED_EXECUTION_NONSECURE
142141
select EXPERIMENTAL
143142
help

0 commit comments

Comments
 (0)