The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL

Crystal Oscillator

Type: bool

Direct dependencies

<choice CLOCK_CONTROL_NRF_SOURCE: 32KHz clock source>

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

Kconfig definition

At drivers/clock_control/Kconfig.nrf:33

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 → 32KHz clock source

config CLOCK_CONTROL_NRF_K32SRC_XTAL
    bool
    prompt "Crystal Oscillator" if <choice CLOCK_CONTROL_NRF_SOURCE: 32KHz clock source>
    depends on <choice CLOCK_CONTROL_NRF_SOURCE: 32KHz clock source>

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