:orphan: .. title:: choice: Main clock source .. _choice_61: .. describe:: choice: Main clock source *Main clock source* Type: ``bool`` Help ==== Selects the clock that the main clocks, such as the CPU clock and AHB clock, will be derived from. Direct dependencies =================== (\ :option:`SOC_SERIES_SAMD51 ` || \ :option:`SOC_SERIES_SAME51 ` || \ :option:`SOC_SERIES_SAME53 ` || \ :option:`SOC_SERIES_SAME54 `) && \ :option:`SOC_FAMILY_SAM0 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :option:`SOC_ATMEL_SAMD5X_XOSC32K_AS_MAIN ` - \ :option:`SOC_ATMEL_SAMD5X_OSCULP32K_AS_MAIN ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/atmel_sam0/common/Kconfig.samd5x:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/atmel_sam0/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: choice bool "Main clock source" depends on (\ :option:`SOC_SERIES_SAMD51 ` || \ :option:`SOC_SERIES_SAME51 ` || \ :option:`SOC_SERIES_SAME53 ` || \ :option:`SOC_SERIES_SAME54 `) && \ :option:`SOC_FAMILY_SAM0 ` help Selects the clock that the main clocks, such as the CPU clock and AHB clock, will be derived from. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*