- 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 drivers/clock_control/Kconfig.nrf:13
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:54
→ drivers/clock_control/Kconfig:23
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.)