CONFIG_CPU_CORTEX_M_HAS_SYSTICK¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This option is enabled when the CPU implements the SysTick timer.
Direct dependencies¶
BOARD_ARTY_A7_ARM_DESIGNSTART_M1 || BOARD_ARTY_A7_ARM_DESIGNSTART_M3 || (CPU_CORTEX_M && ARM)
(Includes any dependencies from ifs and menus.)
Default¶
- y 
Symbols that select this symbol¶
Kconfig definitions¶
At <Zephyr Boards>/arm/arty/Kconfig.defconfig:12
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config CPU_CORTEX_M_HAS_SYSTICK
    bool
    default y
    depends on BOARD_ARTY_A7_ARM_DESIGNSTART_M1 || BOARD_ARTY_A7_ARM_DESIGNSTART_M3
At <Zephyr Architecture>/arm/core/aarch32/cortex_m/Kconfig:84
Included via Kconfig:8 → Kconfig.zephyr:39 → <Zephyr Architecture>/Kconfig:12 → <Zephyr Architecture>/arm/Kconfig:57 → <Zephyr Architecture>/arm/core/aarch32/Kconfig:294
Menu path: (Top) → ARM Options
config CPU_CORTEX_M_HAS_SYSTICK
    bool
    depends on CPU_CORTEX_M && ARM
    help
      This option is enabled when the CPU implements the SysTick timer.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)