zephyr/drivers/cache/Kconfig.nrf
Grzegorz Swiderski b97300e414 Revert "drivers: cache: nrf: enable CACHE_NRF_PATCH_LINEADDR for nRF92"
This reverts commit a2bb323861.

nRF9280 does not suffer from the same bit 28 hardware bug as nRF54H20.
This workaround must be disabled to make the DCACHE function properly.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
2024-09-09 13:54:39 -04:00

16 lines
417 B
Plaintext

# Copyright (c) 2024 Carlo Caione <ccaione@baylibre.com>
# SPDX-License-Identifier: Apache-2.0
config CACHE_NRF_CACHE
bool "nRF cache driver"
select CACHE_HAS_DRIVER
depends on HAS_NRFX && CACHE_MANAGEMENT
help
Enable support for the nRF cache driver.
config CACHE_NRF_PATCH_LINEADDR
bool "Patch lineaddr"
default y if SOC_NRF54H20
help
Manually set 28th bit in the LINEADDR in Trustzone Secure build.