:orphan: .. title:: HAS_MCG .. option:: CONFIG_HAS_MCG *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Set if the multipurpose clock generator (MCG) module is present in the SoC. Direct dependencies =================== \ :option:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_KINETIS_K8X ` - \ :option:`SOC_SERIES_KINETIS_KV5X ` - \ :option:`SOC_MK22F51212 ` - \ :option:`SOC_MK64F12 ` - \ :option:`SOC_MK66F18 ` - \ :option:`SOC_MKL25Z4 ` - \ :option:`SOC_MKW22D5 ` - \ :option:`SOC_MKW24D5 ` - \ :option:`SOC_MKW40Z4 ` - \ :option:`SOC_MKW41Z4 ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/Kconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config HAS_MCG bool depends on \ :option:`SOC_FAMILY_KINETIS ` help Set if the multipurpose clock generator (MCG) module is present in the SoC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*