xtensa: mmu: do not force small vector table

Do not force CONFIG_XTENSA_SMALL_VECTOR_TABLE_ENTRY when MMU
is enabled. It is up to the SoC to decide whether they need
this.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2025-03-27 14:21:39 -07:00 committed by Benjamin Cabé
commit 9610f1a229

View file

@ -169,7 +169,6 @@ config XTENSA_MMU
bool "Xtensa MMU Support" bool "Xtensa MMU Support"
select MMU select MMU
select ARCH_MEM_DOMAIN_SYNCHRONOUS_API if USERSPACE select ARCH_MEM_DOMAIN_SYNCHRONOUS_API if USERSPACE
select XTENSA_SMALL_VECTOR_TABLE_ENTRY
select KERNEL_VM_USE_CUSTOM_MEM_RANGE_CHECK if XTENSA_RPO_CACHE select KERNEL_VM_USE_CUSTOM_MEM_RANGE_CHECK if XTENSA_RPO_CACHE
select CURRENT_THREAD_USE_NO_TLS if USERSPACE select CURRENT_THREAD_USE_NO_TLS if USERSPACE
help help