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

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

SOC_FAMILY_MEC

(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:8Kconfig.zephyr:38soc/Kconfig:18soc/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.)