-
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 && !ARM64 && ARM)
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols that select this symbol¶
Kconfig definitions¶
At boards/arm/arty/Kconfig.defconfig:12
Included via Kconfig:8 → Kconfig.zephyr:18
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 arch/arm/core/aarch32/cortex_m/Kconfig:75
Included via Kconfig:8 → Kconfig.zephyr:29 → arch/Kconfig:12 → arch/arm/Kconfig:42 → arch/arm/core/aarch32/Kconfig:237
Menu path: (Top) → ARM Options
config CPU_CORTEX_M_HAS_SYSTICK
bool
depends on CPU_CORTEX_M && !ARM64 && ARM
help
This option is enabled when the CPU implements the SysTick timer.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)