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 || BOARD_SCOBC_MODULE1 || (CPU_CORTEX_M && ARM)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Symbols that select this symbol

Kconfig definitions

At <Boards>/arm/arty/Kconfig.defconfig:12

Included via Kconfig:8Kconfig.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 <Boards>/arm/scobc_module1/Kconfig.defconfig:11

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config CPU_CORTEX_M_HAS_SYSTICK
    bool
    default y
    depends on BOARD_SCOBC_MODULE1

At <Architecture>/arm/core/aarch32/cortex_m/Kconfig:84

Included via Kconfig:8Kconfig.zephyr:39<Architecture>/Kconfig:12<Architecture>/arm/Kconfig:57<Architecture>/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.)