:orphan: .. title:: CONFIG_CLOCK_CONTROL_MCUX_SYSCON .. kconfig:: CONFIG_CLOCK_CONTROL_MCUX_SYSCON CONFIG_CLOCK_CONTROL_MCUX_SYSCON ################################ *MCUX LPC clock driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux clock driver. Direct dependencies =================== (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_MIMXRT685S_CM33 ` && \ :kconfig:`SOC_SERIES_IMX_RT6XX `) || \ :kconfig:`CLOCK_CONTROL ` || (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_MIMXRT685S_CM33 ` && \ :kconfig:`SOC_SERIES_IMX_RT6XX `) || \ :kconfig:`CLOCK_CONTROL ` || (\ :kconfig:`HAS_MCUX_SYSCON ` && \ :kconfig:`CLOCK_CONTROL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`HAS_MCUX_SYSCON ` - y if \ :kconfig:`HAS_MCUX_SYSCON ` - y if \ :kconfig:`HAS_MCUX_SYSCON ` - y if \ :kconfig:`HAS_MCUX_SYSCON ` Kconfig definitions =================== At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_MCUX_SYSCON bool default y if HAS_MCUX_SYSCON depends on CLOCK_CONTROL && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX ---- At ``/arm/nxp_lpc/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_MCUX_SYSCON bool default y if HAS_MCUX_SYSCON depends on CLOCK_CONTROL ---- At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_MCUX_SYSCON bool default y if HAS_MCUX_SYSCON depends on CLOCK_CONTROL && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX ---- At ``/arm/nxp_lpc/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_MCUX_SYSCON bool default y if HAS_MCUX_SYSCON depends on CLOCK_CONTROL ---- At ``/clock_control/Kconfig.mcux_syscon:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:43`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig config CLOCK_CONTROL_MCUX_SYSCON bool "MCUX LPC clock driver" depends on HAS_MCUX_SYSCON && CLOCK_CONTROL help Enable support for mcux clock driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*