The latest development version of this page may be more current than this released 1.14.1 version.
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.)

Kconfig definition

At drivers/clock_control/Kconfig.nrf:16

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:52drivers/clock_control/Kconfig:26

Menu path: (top menu) → Device Drivers → Hardware clock controller support

menuconfig CLOCK_CONTROL_NRF
    bool
    prompt "NRF Clock controller support" if SOC_COMPATIBLE_NRF && !CLOCK_CONTROL_NRF_FORCE_ALT && CLOCK_CONTROL
    default "y" if SOC_COMPATIBLE_NRF && !CLOCK_CONTROL_NRF_FORCE_ALT && CLOCK_CONTROL
    depends on SOC_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.)