soc: xtensa/dc233c: turn on i-cache and d-cache

The DC233C core has support for both i-cache and d-cache.
So mark it as such so we can test caching of Xtensa in QEMU.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-12-15 15:10:46 -08:00 committed by Carles Cufí
commit d59e7be1ec

View file

@ -7,6 +7,8 @@ config SOC_XTENSA_DC233C
select XTENSA
select XTENSA_HAL
select ARCH_HAS_THREAD_LOCAL_STORAGE
select CPU_HAS_DCACHE
select CPU_HAS_ICACHE
select CPU_HAS_MMU
select ARCH_HAS_RESERVED_PAGE_FRAMES if XTENSA_MMU
select ARCH_HAS_USERSPACE if XTENSA_MMU