We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d065e08 commit b52209fCopy full SHA for b52209f
1 file changed
drivers/clock_control/Kconfig.nrf
@@ -16,7 +16,7 @@ config CLOCK_CONTROL_NRFX_COMMON
16
17
menuconfig CLOCK_CONTROL_NRF
18
bool "NRF Clock controller support"
19
- default n
+ default y
20
depends on DT_HAS_NORDIC_NRF_CLOCK_ENABLED
21
select ONOFF
22
select NRFX_CLOCK if !CLOCK_CONTROL_NRF_FORCE_ALT
@@ -27,6 +27,7 @@ menuconfig CLOCK_CONTROL_NRF
27
select NRFX_CLOCK_XO if !CLOCK_CONTROL_NRF_FORCE_ALT
28
select NRFX_CLOCK_XO24M if !CLOCK_CONTROL_NRF_FORCE_ALT
29
select DEPRECATED
30
+ select DEPRECATION_TEST
31
help
32
Enable support for the Nordic Semiconductor nRFxx series SoC clock
33
driver.
0 commit comments