CONFIG_HAS_CMSIS_CORE

(No prompt – not directly user assignable.)

Type: bool

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/modules/Kconfig.cmsis:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:10

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.)