:orphan: .. title:: CONFIG_HAS_CMSIS_CORE_A .. kconfig:: CONFIG_HAS_CMSIS_CORE_A CONFIG_HAS_CMSIS_CORE_A ####################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`HAS_CMSIS_CORE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`HAS_CMSIS_CORE ` Kconfig definition ================== At ``/Kconfig.cmsis:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:13`` Menu path: (Top) → Modules .. code-block:: kconfig config HAS_CMSIS_CORE_A bool depends on HAS_CMSIS_CORE *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*