The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_CLOCK_CONTROL_MCUX_CCM

MCUX CCM driver

Type: bool

Help

Enable support for mcux ccm driver.

Direct dependencies

(CLOCK_CONTROL && SOC_SERIES_IMX_RT) || (HAS_MCUX_CCM && CLOCK_CONTROL)

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

Defaults

Kconfig definitions

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:20

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7

Menu path: (top menu)

config CLOCK_CONTROL_MCUX_CCM
    bool
    default "y" if HAS_MCUX_CCM && CLOCK_CONTROL && SOC_SERIES_IMX_RT
    depends on CLOCK_CONTROL && SOC_SERIES_IMX_RT

At drivers/clock_control/Kconfig.mcux_ccm:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:52drivers/clock_control/Kconfig:34

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

menuconfig CLOCK_CONTROL_MCUX_CCM
    bool
    prompt "MCUX CCM driver" if HAS_MCUX_CCM && CLOCK_CONTROL
    depends on HAS_MCUX_CCM && CLOCK_CONTROL
    help
      Enable support for mcux ccm driver.

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