:orphan: .. title:: CORTEX_M_SYSTICK .. option:: CONFIG_CORTEX_M_SYSTICK *Cortex-M SYSTICK timer* Type: ``bool`` Help ==== This module implements a kernel device driver for the Cortex-M processor SYSTICK timer and provides the standard "system clock driver" interfaces. Direct dependencies =================== (!\ :option:`RTOS_TIMER ` && \ :option:`SOC_SERIES_MEC1501X `) || (!\ :option:`STM32_LPTIM_TIMER ` && \ :option:`SOC_FAMILY_STM32 `) || \ :option:`CPU_CORTEX_M_HAS_SYSTICK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - n || n || n Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_M48X ` - \ :option:`SOC_BCM58402_M7 ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/microchip_mec/mec1501/Kconfig.defconfig.series:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/microchip_mec/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config CORTEX_M_SYSTICK bool default y depends on !\ :option:`RTOS_TIMER ` && \ :option:`SOC_SERIES_MEC1501X ` ---- At ``soc/arm/st_stm32/common/Kconfig.defconfig.series:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config CORTEX_M_SYSTICK bool default y depends on !\ :option:`STM32_LPTIM_TIMER ` && \ :option:`SOC_FAMILY_STM32 ` ---- At ``drivers/timer/Kconfig:95`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: config CORTEX_M_SYSTICK bool "Cortex-M SYSTICK timer" default n || n || n select \ :option:`TICKLESS_CAPABLE ` depends on \ :option:`CPU_CORTEX_M_HAS_SYSTICK ` help This module implements a kernel device driver for the Cortex-M processor SYSTICK timer and provides the standard "system clock driver" interfaces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*