The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CLOCK_CONTROL_MCHP_XEC

MCHP XEC PCR clock control driver

Type: bool

Help

Enable support for Microchip XEC PCR clock driver.

Direct dependencies

SOC_SERIES_MEC172X || (SOC_SERIES_MEC172X && CLOCK_CONTROL)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At soc/arm/microchip_mec/mec172x/Kconfig.defconfig.series:36

Included via Kconfig:8Kconfig.zephyr:27soc/arm/microchip_mec/Kconfig.defconfig:3

Menu path: (Top)

config CLOCK_CONTROL_MCHP_XEC
    bool
    default y
    depends on SOC_SERIES_MEC172X

At drivers/clock_control/Kconfig.xec:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:56drivers/clock_control/Kconfig:55

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

config CLOCK_CONTROL_MCHP_XEC
    bool "MCHP XEC PCR clock control driver"
    depends on SOC_SERIES_MEC172X && CLOCK_CONTROL
    help
      Enable support for Microchip XEC PCR clock driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)