CONFIG_CMU_HFCLK_HFRCO

Internal high frequency RC oscillator

Type: bool

Help

Set this option to use the internal high frequency RC oscillator as high frequency clock.

Direct dependencies

<choice: High Frequency Clock Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/soc/arm/silabs_exx32/Kconfig:158

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:11<BuildDir>/Kconfig/Kconfig.soc.arch:2

Menu path: (Top) → Hardware Configuration → High Frequency Clock Selection

config CMU_HFCLK_HFRCO
    bool "Internal high frequency RC oscillator"
    depends on <choice: High Frequency Clock Selection>
    help
      Set this option to use the internal high frequency RC oscillator as high frequency clock.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)