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:8
→ Kconfig.zephyr:27
→ soc/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:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:56
→ drivers/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.)