1# Copyright (c) 2024 Carlo Caione <ccaione@baylibre.com> 2# SPDX-License-Identifier: Apache-2.0 3 4config CACHE_NRF_CACHE 5 bool "nRF cache driver" 6 select CACHE_HAS_DRIVER 7 depends on HAS_NRFX && CACHE_MANAGEMENT 8 help 9 Enable support for the nRF cache driver. 10 11config CACHE_NRF_PATCH_LINEADDR 12 bool "Patch lineaddr" 13 default y if SOC_NRF54H20 14 help 15 Manually set 28th bit in the LINEADDR in Trustzone Secure build. 16