The latest development version of this page may be more current than this released 1.14.0 version.
choice: Oscillator Mode Selection

Oscillator Mode Selection

Type: bool

Direct dependencies

HAS_OSC && SOC_FAMILY_KINETIS

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

Kconfig definition

At soc/arm/nxp_kinetis/Kconfig:42

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12

Menu path: (top menu) → Hardware Configuration

choice
    bool
    prompt "Oscillator Mode Selection" if HAS_OSC && SOC_FAMILY_KINETIS
    default OSC_EXTERNAL if HAS_OSC && SOC_FAMILY_KINETIS
    depends on HAS_OSC && SOC_FAMILY_KINETIS

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