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 <Zephyr>/drivers/timer/Kconfig.cortex_m_systick:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:30<Zephyr>/drivers/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.)