: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 ``ext/hal/cmsis/Kconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:46`` → ``ext/Kconfig:8`` → ``ext/hal/Kconfig:12`` Menu path: (Top) → External Sources → HALs .. 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.)*