arch: arm64: Fix cache-related Kconfig symbols

Switch to the new cache-related Kconfig symbols.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2022-07-25 10:43:01 +02:00 committed by Fabio Baltieri
parent 710e7f24fe
commit 31d65d63f6

View file

@ -10,6 +10,8 @@ config CPU_CORTEX_A
select SCHED_IPI_SUPPORTED if SMP
select CPU_HAS_FPU
select ARCH_HAS_SINGLE_THREAD_SUPPORT
select CPU_HAS_DCACHE
select CPU_HAS_ICACHE
imply FPU
imply FPU_SHARING
help
@ -19,6 +21,8 @@ config CPU_AARCH64_CORTEX_R
bool
select CPU_CORTEX
select HAS_FLASH_LOAD_OFFSET
select CPU_HAS_DCACHE
select CPU_HAS_ICACHE
help
This option signifies the use of a CPU of the Cortex-R 64-bit family.