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