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:
parent
48349351a9
commit
d59e7be1ec
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue