wamr: tweak the defaults according to the new ARCH kconfig options
This commit is contained in:
parent
d0e030ff00
commit
bc68ce993b
@ -49,10 +49,12 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY
|
|||||||
|
|
||||||
config INTERPRETERS_WAMR_AOT_WORD_ALIGN_READ
|
config INTERPRETERS_WAMR_AOT_WORD_ALIGN_READ
|
||||||
bool "Make WAMR AOT loader use word-aligned read"
|
bool "Make WAMR AOT loader use word-aligned read"
|
||||||
|
default y if ARCH_TEXT_HEAP_WORD_ALIGNED_READ
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config INTERPRETERS_WAMR_MEM_DUAL_BUS_MIRROR
|
config INTERPRETERS_WAMR_MEM_DUAL_BUS_MIRROR
|
||||||
bool "Make WAMR AOT loader aware of separate instruction/data memory mapping"
|
bool "Make WAMR AOT loader aware of separate instruction/data memory mapping"
|
||||||
|
default y if ARCH_TEXT_HEAP_SEPARATE_DATA_ADDRESS
|
||||||
default n
|
default n
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
Loading…
Reference in New Issue
Block a user