Commit a2bb3238 authored by Emanuele Di Santo's avatar Emanuele Di Santo Committed by Anas Nashif
Browse files

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: default avatarEmanuele Di Santo <emdi@nordicsemi.no>
parent 242a70b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.