:orphan: .. title:: CLOCK_CONTROL_MCUX_CCM .. option:: CONFIG_CLOCK_CONTROL_MCUX_CCM *MCUX CCM driver* Type: ``bool`` Help ==== Enable support for mcux ccm driver. Direct dependencies =================== (\ :option:`CLOCK_CONTROL ` && \ :option:`SOC_MIMX8MM6 ` && \ :option:`SOC_SERIES_IMX8MM_M4 `) || (\ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_IMX_RT `) || (\ :option:`HAS_MCUX_CCM ` && \ :option:`CLOCK_CONTROL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`HAS_MCUX_CCM ` - y if \ :option:`HAS_MCUX_CCM ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.mimx8mm6_m4:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` → ``soc/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.series:16`` Menu path: (Top) .. parsed-literal:: config CLOCK_CONTROL_MCUX_CCM bool default y if \ :option:`HAS_MCUX_CCM ` depends on \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_MIMX8MM6 ` && \ :option:`SOC_SERIES_IMX8MM_M4 ` ---- At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config CLOCK_CONTROL_MCUX_CCM bool default y if \ :option:`HAS_MCUX_CCM ` depends on \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``drivers/clock_control/Kconfig.mcux_ccm:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:31`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. parsed-literal:: config CLOCK_CONTROL_MCUX_CCM bool "MCUX CCM driver" depends on \ :option:`HAS_MCUX_CCM ` && \ :option:`CLOCK_CONTROL ` help Enable support for mcux ccm driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*