The latest development version of this page may be more current than this released 1.14.0 version.
choice CLOCK_CONTROL_NRF_SOURCE: 32KHz clock source

32KHz clock source

Type: bool

Direct dependencies

CLOCK_CONTROL_NRF && !CLOCK_CONTROL_NRF_FORCE_ALT && CLOCK_CONTROL

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

Kconfig definition

At drivers/clock_control/Kconfig.nrf:26

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

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

choice CLOCK_CONTROL_NRF_SOURCE
    bool
    prompt "32KHz clock source" if CLOCK_CONTROL_NRF && !CLOCK_CONTROL_NRF_FORCE_ALT && CLOCK_CONTROL
    default CLOCK_CONTROL_NRF_K32SRC_XTAL if CLOCK_CONTROL_NRF && !CLOCK_CONTROL_NRF_FORCE_ALT && CLOCK_CONTROL
    depends on CLOCK_CONTROL_NRF && !CLOCK_CONTROL_NRF_FORCE_ALT && CLOCK_CONTROL

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