:orphan: .. title:: CONFIG_HAS_CMSIS_CORE .. kconfig:: CONFIG_HAS_CMSIS_CORE CONFIG_HAS_CMSIS_CORE ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`HAS_CMSIS_CORE_A ` if \ :kconfig:`CPU_CORTEX_A ` - \ :kconfig:`HAS_CMSIS_CORE_R ` if \ :kconfig:`CPU_CORTEX_R ` - \ :kconfig:`HAS_CMSIS_CORE_M ` if \ :kconfig:`CPU_CORTEX_M ` Symbols that select this symbol =============================== - \ :kconfig:`ASF ` - \ :kconfig:`HAS_CYPRESS_DRIVERS ` - \ :kconfig:`HAS_IMX_HAL ` - \ :kconfig:`HAS_XMCLIB ` - \ :kconfig:`HAS_MCUX ` - \ :kconfig:`HAS_NUMICRO_HAL ` - \ :kconfig:`HAS_SILABS_GECKO ` - \ :kconfig:`HAS_MSP432P4XXSDK ` - \ :kconfig:`HAS_STM32CUBE ` - \ :kconfig:`CPU_CORTEX_M ` - \ :kconfig:`CPU_CORTEX_R ` Kconfig definition ================== At ``/Kconfig.cmsis:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:13`` Menu path: (Top) → Modules .. code-block:: kconfig 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.)*