Files
zephyr/drivers/cache/Kconfig.nrf
Jamie McCrae 8498c39e13 drivers: Fix some Kconfig bleeds
Fixes instances of Kconfig options appearing for completely
irrelevant builds

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2025-09-18 13:50:33 -04:00

17 lines
436 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
depends on DCACHE
help
Manually set 28th bit in the LINEADDR in Trustzone Secure build.