:orphan: .. title:: ARCH_HAS_COHERENCE .. option:: CONFIG_ARCH_HAS_COHERENCE *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== 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 =============================== - \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` Kconfig definition ================== .. highlight:: kconfig At ``arch/Kconfig:463`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) .. parsed-literal:: 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.)*