-
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 ifs and menus.)
Default¶
y if
HAS_MCUX_CCM
Kconfig definitions¶
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:16
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arm/nxp_imx/Kconfig.defconfig:4
Menu path: (Top)
config CLOCK_CONTROL_MCUX_CCM bool default y ifHAS_MCUX_CCM
depends onCLOCK_CONTROL
&&SOC_SERIES_IMX_RT
At drivers/clock_control/Kconfig.mcux_ccm:6
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:48
→ drivers/clock_control/Kconfig:29
Menu path: (Top) → Device Drivers → Hardware clock controller support
config CLOCK_CONTROL_MCUX_CCM bool "MCUX CCM driver" depends onHAS_MCUX_CCM
&&CLOCK_CONTROL
help Enable support for mcux ccm driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)