CONFIG_CLOCK_CONTROL_NRF5

NRF5 Clock controller support

Type: bool

Help

Enable support for the Nordic Semiconductor nRF5x series SoC clock driver.

Direct dependencies

SOC_FAMILY_NRF && CLOCK_CONTROL

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/clock_control/Kconfig.nrf5:7

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:54drivers/clock_control/Kconfig:41

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

menuconfig CLOCK_CONTROL_NRF5
    bool
    prompt "NRF5 Clock controller support" if SOC_FAMILY_NRF && CLOCK_CONTROL
    depends on SOC_FAMILY_NRF && CLOCK_CONTROL
    help
      Enable support for the Nordic Semiconductor nRF5x series SoC clock
      driver.

(Definitions include propagated dependencies, including from if’s and menus.)