CONFIG_CLOCK_CONTROL_MCUX_SCG

MCUX SCG driver

Type: bool

Help

Enable support for mcux scg driver.

Direct dependencies

(CLOCK_CONTROL && SOC_SERIES_KINETIS_KE1XF) || (HAS_MCUX_SCG && CLOCK_CONTROL)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config CLOCK_CONTROL_MCUX_SCG
    bool
    default y
    depends on CLOCK_CONTROL && SOC_SERIES_KINETIS_KE1XF

At <Zephyr>/drivers/clock_control/Kconfig.mcux_scg:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:54<Zephyr>/drivers/clock_control/Kconfig:37

Menu path: (Top) → Device Drivers → Hardware clock controller support

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.)