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 || (SOC_SERIES_MEC172X && CLOCK_CONTROL)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
Kconfig definitions¶
At <Zephyr SoC>/arm/microchip_mec/mec172x/Kconfig.defconfig.series:36
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/microchip_mec/Kconfig.defconfig:3
Menu path: (Top)
config CLOCK_CONTROL_MCHP_XEC
    bool
    default y
    depends on SOC_SERIES_MEC172X
At <Zephyr SoC>/arm/microchip_mec/mec172x/Kconfig.defconfig.series:36
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/microchip_mec/Kconfig.defconfig:3
Menu path: (Top)
config CLOCK_CONTROL_MCHP_XEC
    bool
    default y
    depends on SOC_SERIES_MEC172X
At <Zephyr Driver>/clock_control/Kconfig.xec:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:56 → <Zephyr Driver>/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.)