The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_HAS_CMSIS_CORE

(No prompt – not directly user assignable.)

Type: bool

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At modules/Kconfig.cmsis:4

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:13

Menu path: (Top) → Modules

config HAS_CMSIS_CORE
    bool
    select HAS_CMSIS_CORE_A if CPU_CORTEX_A
    select HAS_CMSIS_CORE_R if CPU_CORTEX_R
    select HAS_CMSIS_CORE_M if CPU_CORTEX_M

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)