CONFIG_CPU_HAS_SYSTICK

(No prompt – not directly user assignable.)

Type: bool

Help

This option is enabled when the CPU has systick timer implemented.

Direct dependencies

ARM

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/arm/core/Kconfig:28

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:26

Menu path: (top menu) → ARM Options

config CPU_HAS_SYSTICK
    bool
    depends on ARM
    help
      This option is enabled when the CPU has systick timer implemented.

(Definitions include propagated dependencies, including from if’s and menus.)