-
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_NRF_FORCE_ALT
&& CLOCK_CONTROL
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SOC_COMPATIBLE_NRF
&& !CLOCK_CONTROL_NRF_FORCE_ALT
&&CLOCK_CONTROL
Kconfig definition¶
At drivers/clock_control/Kconfig.nrf:16
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:52
→ drivers/clock_control/Kconfig:26
Menu path: (top menu) → Device Drivers → Hardware clock controller support
menuconfig CLOCK_CONTROL_NRF bool prompt "NRF Clock controller support" ifSOC_COMPATIBLE_NRF
&& !CLOCK_CONTROL_NRF_FORCE_ALT
&&CLOCK_CONTROL
default "y" ifSOC_COMPATIBLE_NRF
&& !CLOCK_CONTROL_NRF_FORCE_ALT
&&CLOCK_CONTROL
depends onSOC_COMPATIBLE_NRF
&& !CLOCK_CONTROL_NRF_FORCE_ALT
&&CLOCK_CONTROL
help Enable support for the Nordic Semiconductor nRFxx series SoC clock driver.
(Definitions include propagated dependencies, including from if’s and menus.)