The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_CORTEX_M_SYSTICK_INSTALL_ISR

(No prompt – not directly user assignable.)

Type: bool

Help

This option should be selected by SysTick-based drivers so that the
sys_clock_isr() function is installed.

Direct dependencies

CPU_CORTEX_M_HAS_SYSTICK

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/timer/Kconfig.cortex_m_systick:25

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:30drivers/timer/Kconfig:63

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

config CORTEX_M_SYSTICK_INSTALL_ISR
    bool
    depends on CPU_CORTEX_M_HAS_SYSTICK
    help
      This option should be selected by SysTick-based drivers so that the
      sys_clock_isr() function is installed.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)