drivers: cache: nrf: enable CACHE_NRF_PATCH_LINEADDR for nRF92

Enable CACHE_NRF_PATCH_LINEADDR for nRF92 by default,
similarly to how it's enabled for nRF54H.

Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
This commit is contained in:
Emanuele Di Santo 2024-08-02 12:16:06 +02:00 committed by Anas Nashif
parent 242a70b32e
commit a2bb323861
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ config CACHE_NRF_CACHE
config CACHE_NRF_PATCH_LINEADDR
bool "Patch lineaddr"
default y if SOC_NRF54H20
default y if SOC_NRF54H20 || SOC_NRF9280
help
Manually set 28th bit in the LINEADDR in Trustzone Secure build.