:orphan: .. title:: XTENSA_TIMER .. option:: CONFIG_XTENSA_TIMER *Xtensa timer support* Type: ``bool`` Help ==== Enables a system timer driver for Xtensa based on the CCOUNT and CCOMPARE special registers. Direct dependencies =================== \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` || (\ :option:`SMP ` && \ :option:`SOC_INTEL_S1000 `) || \ :option:`XTENSA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - n - n - n - n - y Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:21`` 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) .. parsed-literal:: config XTENSA_TIMER bool default n depends on \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` ---- At ``soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:21`` 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) .. parsed-literal:: config XTENSA_TIMER bool default n depends on \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` ---- At ``soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:21`` 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) .. parsed-literal:: config XTENSA_TIMER bool default n depends on \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` ---- At ``soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:21`` 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) .. parsed-literal:: config XTENSA_TIMER bool default n depends on \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` ---- At ``soc/xtensa/intel_s1000/Kconfig.defconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config XTENSA_TIMER bool default n depends on \ :option:`SMP ` && \ :option:`SOC_INTEL_S1000 ` ---- At ``drivers/timer/Kconfig:215`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: config XTENSA_TIMER bool "Xtensa timer support" default y select \ :option:`TICKLESS_CAPABLE ` depends on \ :option:`XTENSA ` help Enables a system timer driver for Xtensa based on the CCOUNT and CCOMPARE special registers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*