CONFIG_HAS_CMSIS_CORE

(No prompt – not directly user assignable.)

Type: bool

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <External Modules>/Kconfig.cmsis:4

Included via Kconfig:8Kconfig.zephyr:33<External Modules>/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.)