zephyr/drivers/cache/Kconfig.nrf
Carles Cufi 9643ca20e9 nordic: Remove the nRF54H20 Engineering B
The production version of the nRF54H20 SoC is now available, so remove
the initial Engineering B (EngB) preview version.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2024-11-16 15:09:14 -05:00

15 lines
417 B
Text

# 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.