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 <Zephyr>/Kconfig:8
→ <Zephyr>/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>/arch/arm/core/aarch32/cortex_m/Kconfig:84
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/arm/Kconfig:57
→ <Zephyr>/arch/arm/core/aarch32/Kconfig:305
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.)