:orphan: .. title:: choice: High Frequency Clock Selection .. _choice_131: .. describe:: choice: High Frequency Clock Selection *High Frequency Clock Selection* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_GECKO_CMU ` && \ :kconfig:`SOC_FAMILY_EXX32 ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`CMU_HFCLK_HFXO ` Choice options ============== - \ :kconfig:`CMU_HFCLK_HFXO ` - \ :kconfig:`CMU_HFCLK_LFXO ` - \ :kconfig:`CMU_HFCLK_HFRCO ` Kconfig definition ================== At ``/arm/silabs_exx32/Kconfig:144`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "High Frequency Clock Selection" default CMU_HFCLK_HFXO depends on SOC_GECKO_CMU && SOC_FAMILY_EXX32 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*