:orphan: .. title:: CONFIG_CLOCK_CONTROL_MCUX_CCM .. kconfig:: CONFIG_CLOCK_CONTROL_MCUX_CCM CONFIG_CLOCK_CONTROL_MCUX_CCM ############################# *MCUX CCM driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux ccm driver. Direct dependencies =================== (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_MIMX8MM6 ` && \ :kconfig:`SOC_SERIES_IMX8MM_M4 `) || (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_SERIES_IMX_RT `) || (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_MIMX8MM6 ` && \ :kconfig:`SOC_SERIES_IMX8MM_M4 `) || (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_SERIES_IMX_RT `) || (\ :kconfig:`HAS_MCUX_CCM ` && \ :kconfig:`CLOCK_CONTROL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`HAS_MCUX_CCM ` - y if \ :kconfig:`HAS_MCUX_CCM ` - y if \ :kconfig:`HAS_MCUX_CCM ` - y if \ :kconfig:`HAS_MCUX_CCM ` Kconfig definitions =================== At ``/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.mimx8mm6_m4:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.series:16`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_MCUX_CCM bool default y if HAS_MCUX_CCM depends on CLOCK_CONTROL && SOC_MIMX8MM6 && SOC_SERIES_IMX8MM_M4 ---- At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_MCUX_CCM bool default y if HAS_MCUX_CCM depends on CLOCK_CONTROL && SOC_SERIES_IMX_RT ---- At ``/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.mimx8mm6_m4:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.series:16`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_MCUX_CCM bool default y if HAS_MCUX_CCM depends on CLOCK_CONTROL && SOC_MIMX8MM6 && SOC_SERIES_IMX8MM_M4 ---- At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_MCUX_CCM bool default y if HAS_MCUX_CCM depends on CLOCK_CONTROL && SOC_SERIES_IMX_RT ---- At ``/clock_control/Kconfig.mcux_ccm:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:31`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig config CLOCK_CONTROL_MCUX_CCM bool "MCUX CCM driver" depends on HAS_MCUX_CCM && CLOCK_CONTROL help Enable support for mcux ccm driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*