:orphan: .. title:: CONFIG_CORTEX_M_SYSTICK_INSTALL_ISR .. kconfig:: CONFIG_CORTEX_M_SYSTICK_INSTALL_ISR CONFIG_CORTEX_M_SYSTICK_INSTALL_ISR ################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option should be selected by SysTick-based drivers so that the sys_clock_isr() function is installed. Direct dependencies =================== \ :kconfig:`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:`CORTEX_M_SYSTICK ` Kconfig definition ================== At ``/timer/Kconfig.cortex_m_systick:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` → ``/timer/Kconfig:63`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig 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.)*