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:
parent
774b73c8a4
commit
9610f1a229
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue