:orphan: .. title:: CONFIG_CLOCK_CONTROL_MCUX_SCG .. kconfig:: CONFIG_CLOCK_CONTROL_MCUX_SCG CONFIG_CLOCK_CONTROL_MCUX_SCG ############################# *MCUX SCG driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for mcux scg driver. Direct dependencies =================== (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_SERIES_KINETIS_KE1XF `) || (\ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`SOC_SERIES_KINETIS_KE1XF `) || (\ :kconfig:`HAS_MCUX_SCG ` && \ :kconfig:`CLOCK_CONTROL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_MCUX_SCG bool default y depends on CLOCK_CONTROL && SOC_SERIES_KINETIS_KE1XF ---- At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_MCUX_SCG bool default y depends on CLOCK_CONTROL && SOC_SERIES_KINETIS_KE1XF ---- At ``/clock_control/Kconfig.mcux_scg:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:39`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig config CLOCK_CONTROL_MCUX_SCG bool "MCUX SCG driver" depends on HAS_MCUX_SCG && CLOCK_CONTROL help Enable support for mcux scg driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*