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

(SMP && SOC_INTEL_APL_ADSP) || (SMP && SOC_INTEL_S1000) || XTENSA

(Includes any dependencies from ifs and menus.)

Defaults

  • n

  • n

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/xtensa/intel_apl_adsp/Kconfig.defconfig:66

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config XTENSA_TIMER
    bool
    default n
    depends on SMP && SOC_INTEL_APL_ADSP

At <Zephyr>/soc/xtensa/intel_s1000/Kconfig.defconfig:31

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config XTENSA_TIMER
    bool
    default n
    depends on SMP && SOC_INTEL_S1000

At <Zephyr>/drivers/timer/Kconfig:232

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:28

Menu path: (Top) → Device Drivers → Timer Drivers

config XTENSA_TIMER
    bool "Xtensa timer support"
    default y
    select TICKLESS_CAPABLE
    depends on 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.)