:orphan: .. title:: CLOCK_CONTROL_MCUX_SYSCON .. option:: CONFIG_CLOCK_CONTROL_MCUX_SYSCON *MCUX LPC clock driver* Type: ``bool`` Help ==== Enable support for mcux clock driver. Direct dependencies =================== (\ :option:`CLOCK_CONTROL ` && \ :option:`SOC_MIMXRT685S_CM33 ` && \ :option:`SOC_SERIES_IMX_RT6XX `) || \ :option:`CLOCK_CONTROL ` || (\ :option:`HAS_MCUX_SYSCON ` && \ :option:`CLOCK_CONTROL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`HAS_MCUX_SYSCON ` - y if \ :option:`HAS_MCUX_SYSCON ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:35`` 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/rt6xx/Kconfig.defconfig.series:17`` Menu path: (Top) .. parsed-literal:: config CLOCK_CONTROL_MCUX_SYSCON bool default y if \ :option:`HAS_MCUX_SYSCON ` depends on \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_MIMXRT685S_CM33 ` && \ :option:`SOC_SERIES_IMX_RT6XX ` ---- At ``soc/arm/nxp_lpc/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config CLOCK_CONTROL_MCUX_SYSCON bool default y if \ :option:`HAS_MCUX_SYSCON ` depends on \ :option:`CLOCK_CONTROL ` ---- At ``drivers/clock_control/Kconfig.mcux_syscon:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:41`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. parsed-literal:: config CLOCK_CONTROL_MCUX_SYSCON bool "MCUX LPC clock driver" depends on \ :option:`HAS_MCUX_SYSCON ` && \ :option:`CLOCK_CONTROL ` help Enable support for mcux clock driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*