-
CONFIG_CAVS_TIMER
¶
CAVS DSP Wall Clock Timer on Intel SoC
Type: bool
Help¶
The DSP wall clock timer is a timer driven directly by external oscillator and is external to the CPU core(s). It is not as fast as the internal core clock, but provides a common and synchronized counter for all CPU cores (which is useful for SMP).
Direct dependencies¶
SOC_SERIES_INTEL_CAVS_V15
|| SOC_SERIES_INTEL_CAVS_V18
|| SOC_SERIES_INTEL_CAVS_V20
|| SOC_SERIES_INTEL_CAVS_V25
|| (SMP
&& SOC_INTEL_S1000
) || CAVS_ICTL
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:24
Included via Kconfig:8
→ Kconfig.zephyr:19
→ /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1
→ soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config CAVS_TIMER
bool
default y
depends on SOC_SERIES_INTEL_CAVS_V15
At soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:24
Included via Kconfig:8
→ Kconfig.zephyr:19
→ /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1
→ soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config CAVS_TIMER
bool
default y
depends on SOC_SERIES_INTEL_CAVS_V18
At soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:24
Included via Kconfig:8
→ Kconfig.zephyr:19
→ /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1
→ soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config CAVS_TIMER
bool
default y
depends on SOC_SERIES_INTEL_CAVS_V20
At soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:24
Included via Kconfig:8
→ Kconfig.zephyr:19
→ /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1
→ soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config CAVS_TIMER
bool
default y
depends on SOC_SERIES_INTEL_CAVS_V25
At soc/xtensa/intel_s1000/Kconfig.defconfig:42
Included via Kconfig:8
→ Kconfig.zephyr:19
→ /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config CAVS_TIMER bool default y depends onSMP
&&SOC_INTEL_S1000
At drivers/timer/Kconfig:282
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:28
Menu path: (Top) → Device Drivers → Timer Drivers
config CAVS_TIMER bool "CAVS DSP Wall Clock Timer on Intel SoC" selectTICKLESS_CAPABLE
depends onCAVS_ICTL
help The DSP wall clock timer is a timer driven directly by external oscillator and is external to the CPU core(s). It is not as fast as the internal core clock, but provides a common and synchronized counter for all CPU cores (which is useful for SMP).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)