:orphan: .. title:: HAS_CMSIS_CORE_M .. option:: CONFIG_HAS_CMSIS_CORE_M *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`HAS_CMSIS_CORE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`HAS_CMSIS_CORE ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.cmsis:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:14`` Menu path: (Top) → Modules .. parsed-literal:: config HAS_CMSIS_CORE_M bool depends on \ :option:`HAS_CMSIS_CORE ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*