-
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¶
- “y” if
HAS_MCUX_CCM
&&CLOCK_CONTROL
&&SOC_SERIES_IMX_RT
Kconfig definitions¶
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:20
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
Menu path: (top menu)
config CLOCK_CONTROL_MCUX_CCM bool default "y" ifHAS_MCUX_CCM
&&CLOCK_CONTROL
&&SOC_SERIES_IMX_RT
depends onCLOCK_CONTROL
&&SOC_SERIES_IMX_RT
At drivers/clock_control/Kconfig.mcux_ccm:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:52
→ drivers/clock_control/Kconfig:34
Menu path: (top menu) → Device Drivers → Hardware clock controller support
menuconfig CLOCK_CONTROL_MCUX_CCM bool prompt "MCUX CCM driver" ifHAS_MCUX_CCM
&&CLOCK_CONTROL
depends onHAS_MCUX_CCM
&&CLOCK_CONTROL
help Enable support for mcux ccm driver.
(Definitions include propagated dependencies, including from if’s and menus.)