CONFIG_CLOCK_CONTROL_NRF
NRF Clock controller support
Type: bool
Help
Enable support for the Nordic Semiconductor nRFxx series SoC clock
driver.
Direct dependencies
SOC_COMPATIBLE_NRF
&& CLOCK_CONTROL
(Includes any dependencies from ifs and menus.)
Default
y
Symbols selected by this symbol
Kconfig definition
At <Driver>/clock_control/Kconfig.nrf:13
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:56
→ <Driver>/clock_control/Kconfig:29
Menu path: (Top) → Device Drivers → Hardware clock controller support
menuconfig CLOCK_CONTROL_NRF
bool "NRF Clock controller support"
default y
select NRFX_CLOCK if !CLOCK_CONTROL_NRF_FORCE_ALT
depends on SOC_COMPATIBLE_NRF && CLOCK_CONTROL
help
Enable support for the Nordic Semiconductor nRFxx series SoC clock
driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)