:orphan: .. title:: CONFIG_ARCH_HAS_COHERENCE .. kconfig:: CONFIG_ARCH_HAS_COHERENCE CONFIG_ARCH_HAS_COHERENCE ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none When selected, the architecture supports the arch_mem_coherent() API and can link into incoherent/cached memory using the ".cached" linker section. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V25 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V25 ` - \ :kconfig:`SOC_FAMILY_NXP_ADSP ` - \ :kconfig:`SOC_FAMILY_NXP_ADSP ` Kconfig definition ================== At ``/Kconfig:506`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) .. code-block:: kconfig config ARCH_HAS_COHERENCE bool help When selected, the architecture supports the arch_mem_coherent() API and can link into incoherent/cached memory using the ".cached" linker section. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*