:orphan: .. title:: CONFIG_SOC_MEC1501_EXT_32K_CRYSTAL .. kconfig:: CONFIG_SOC_MEC1501_EXT_32K_CRYSTAL CONFIG_SOC_MEC1501_EXT_32K_CRYSTAL ################################## *External 32KHz is a crystal* *External 32KHz is a crystal* Type: ``bool`` Help ==== .. code-block:: none Choose a crystal as the external 32KHz source. Say y if you wish to use a crystal as the external 32KHz clock source. Saying n will select the 32KHZ_IN pin as the external 32KHz clock source. Help ==== .. code-block:: none Choose a crystal as the external 32KHz source. Say y if you wish to use a crystal as the external 32KHz clock source. Saying n will select the 32KHZ_IN pin as the external 32KHz clock source. Direct dependencies =================== (\ :kconfig:`SOC_MEC1501_EXT_32K ` && \ :kconfig:`SOC_FAMILY_MEC `) || (\ :kconfig:`SOC_MEC1501_EXT_32K ` && \ :kconfig:`SOC_FAMILY_MEC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/arm/microchip_mec/mec1501/Kconfig.soc:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/microchip_mec/Kconfig:15`` Menu path: (Top) → Hardware Configuration → Use external 32KHz clock source .. code-block:: kconfig config SOC_MEC1501_EXT_32K_CRYSTAL bool "External 32KHz is a crystal" depends on SOC_MEC1501_EXT_32K && SOC_FAMILY_MEC help Choose a crystal as the external 32KHz source. Say y if you wish to use a crystal as the external 32KHz clock source. Saying n will select the 32KHZ_IN pin as the external 32KHz clock source. ---- At ``/arm/microchip_mec/mec1501/Kconfig.soc:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/microchip_mec/Kconfig:15`` Menu path: (Top) → Hardware Configuration → Use external 32KHz clock source .. code-block:: kconfig config SOC_MEC1501_EXT_32K_CRYSTAL bool "External 32KHz is a crystal" depends on SOC_MEC1501_EXT_32K && SOC_FAMILY_MEC help Choose a crystal as the external 32KHz source. Say y if you wish to use a crystal as the external 32KHz clock source. Saying n will select the 32KHZ_IN pin as the external 32KHz clock source. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*