CONFIG_CLOCK_CONTROL_MCUX_MCG

MCUX MCG driver

Type: bool

Help

Enable support for mcux mcg driver.

Defaults

  • y

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26

Menu path: (Top)

config CLOCK_CONTROL_MCUX_MCG
    bool
    default y
    depends on CLOCK_CONTROL && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X

At <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk66f18:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26

Menu path: (Top)

config CLOCK_CONTROL_MCUX_MCG
    bool
    default y
    depends on CLOCK_CONTROL && SOC_MK66F18 && SOC_SERIES_KINETIS_K6X

At <Zephyr>/soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config CLOCK_CONTROL_MCUX_MCG
    bool
    default y
    depends on CLOCK_CONTROL && SOC_SERIES_KINETIS_K8X

At <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw2xd512:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11

Menu path: (Top)

config CLOCK_CONTROL_MCUX_MCG
    bool
    default y
    depends on CLOCK_CONTROL && (SOC_MKW22D5 || SOC_MKW24D5) && SOC_SERIES_KINETIS_KWX

At <Zephyr>/drivers/clock_control/Kconfig.mcux_mcg:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:54<Zephyr>/drivers/clock_control/Kconfig:33

Menu path: (Top) → Device Drivers → Hardware clock controller support

config CLOCK_CONTROL_MCUX_MCG
    bool "MCUX MCG driver"
    depends on HAS_MCG && CLOCK_CONTROL
    help
      Enable support for mcux mcg driver.

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