CONFIG_HAS_CMU

(No prompt – not directly user assignable.)

Type: bool

Help

Set if the clock management unit (CMU) is present in the SoC.

Direct dependencies

SOC_FAMILY_EXX32 && ARM

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

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

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

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

config HAS_CMU
    bool
    depends on SOC_FAMILY_EXX32 && ARM
    help
      Set if the clock management unit (CMU) is present in the SoC.

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