CONFIG_SOC_MEC1501_EXT_32K¶
Use external 32KHz clock source
Type: bool
Help¶
Use an external 32768 Hz clock source for PLL reference
clock.
Say y if you want to use an external source for the PLL
32KHz reference clock.
Say n to use the +/-2% internal silicon oscillator.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At soc/arm/microchip_mec/mec1501/Kconfig.soc:32
Included via Kconfig:8
→ Kconfig.zephyr:38
→ soc/Kconfig:18
→ soc/arm/microchip_mec/Kconfig:15
Menu path: (Top) → Hardware Configuration
config SOC_MEC1501_EXT_32K
bool "Use external 32KHz clock source"
depends on SOC_FAMILY_MEC
help
Use an external 32768 Hz clock source for PLL reference
clock.
Say y if you want to use an external source for the PLL
32KHz reference clock.
Say n to use the +/-2% internal silicon oscillator.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)