Skip to content

Commit b52209f

Browse files
committed
temp default CLOCK_CONTROL_NRF=y, old solution check
1 parent d065e08 commit b52209f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/clock_control/Kconfig.nrf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ config CLOCK_CONTROL_NRFX_COMMON
1616

1717
menuconfig CLOCK_CONTROL_NRF
1818
bool "NRF Clock controller support"
19-
default n
19+
default y
2020
depends on DT_HAS_NORDIC_NRF_CLOCK_ENABLED
2121
select ONOFF
2222
select NRFX_CLOCK if !CLOCK_CONTROL_NRF_FORCE_ALT
@@ -27,6 +27,7 @@ menuconfig CLOCK_CONTROL_NRF
2727
select NRFX_CLOCK_XO if !CLOCK_CONTROL_NRF_FORCE_ALT
2828
select NRFX_CLOCK_XO24M if !CLOCK_CONTROL_NRF_FORCE_ALT
2929
select DEPRECATED
30+
select DEPRECATION_TEST
3031
help
3132
Enable support for the Nordic Semiconductor nRFxx series SoC clock
3233
driver.

0 commit comments

Comments
 (0)