1# Copyright (c) 2023 Intel Corporation 2# 3# SPDX-License-Identifier: Apache-2.0 4 5# Must have this on where available, otherwise the linker will place 6# the shared variables in cached/incoherent memory. 7config KERNEL_COHERENCE 8 bool 9 default y if ARCH_HAS_COHERENCE 10 11source "Kconfig.zephyr" 12