choice: High Frequency Clock Selection

High Frequency Clock Selection

Type: bool

Direct dependencies

HAS_CMU && SOC_FAMILY_EXX32 && ARM

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

Kconfig definition

At arch/arm/soc/silabs_exx32/Kconfig:34

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23

Menu path: (top menu) → ARM Options → SoC Configuration

choice
    bool
    prompt "High Frequency Clock Selection" if HAS_CMU && SOC_FAMILY_EXX32 && ARM
    default CMU_HFCLK_HFXO if HAS_CMU && SOC_FAMILY_EXX32 && ARM
    depends on HAS_CMU && SOC_FAMILY_EXX32 && ARM

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