-
CONFIG_SOC_ATMEL_SAMD_XOSC
¶
Enable the external crystal oscillator
Type: bool
Help¶
Say y to enable the external crystal oscillator at startup.
Direct dependencies¶
(SOC_SERIES_SAMD20
|| SOC_SERIES_SAMD21
) && SOC_FAMILY_SAM0
&& ARM
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At arch/arm/soc/atmel_sam0/common/Kconfig.samd2x:10
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:23
→ arch/arm/soc/atmel_sam0/Kconfig:15
Menu path: (top menu) → ARM Options → SoC Configuration
config SOC_ATMEL_SAMD_XOSC bool prompt "Enable the external crystal oscillator" if (SOC_SERIES_SAMD20
||SOC_SERIES_SAMD21
) &&SOC_FAMILY_SAM0
&&ARM
depends on (SOC_SERIES_SAMD20
||SOC_SERIES_SAMD21
) &&SOC_FAMILY_SAM0
&&ARM
help Say y to enable the external crystal oscillator at startup.
(Definitions include propagated dependencies, including from if’s and menus.)