wamr: tweak the defaults according to the new ARCH kconfig options

This commit is contained in:
YAMAMOTO Takashi 2024-05-15 09:37:21 +09:00 committed by Alan Carvalho de Assis
parent d0e030ff00
commit bc68ce993b

View File

@ -49,10 +49,12 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY
config INTERPRETERS_WAMR_AOT_WORD_ALIGN_READ
bool "Make WAMR AOT loader use word-aligned read"
default y if ARCH_TEXT_HEAP_WORD_ALIGNED_READ
default n
config INTERPRETERS_WAMR_MEM_DUAL_BUS_MIRROR
bool "Make WAMR AOT loader aware of separate instruction/data memory mapping"
default y if ARCH_TEXT_HEAP_SEPARATE_DATA_ADDRESS
default n
choice