wamr: remove esp32s3 dependencies from a few options

While they are esp32s3 specific right now,
we can make them more generic later.
This commit is contained in:
YAMAMOTO Takashi 2024-05-14 14:37:36 +09:00 committed by Xiang Xiao
parent f50fbe78aa
commit 385e2f0904

View File

@ -49,13 +49,11 @@ 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 default n
depends on INTERPRETERS_WAMR_AOT && ARCH_CHIP_ESP32S3
config INTERPRETERS_WAMR_MEM_DUAL_BUS_MIRROR config INTERPRETERS_WAMR_MEM_DUAL_BUS_MIRROR
bool "Make WAMR AOT loader aware of ESP32-S3's memory mapping" bool "Make WAMR AOT loader aware of separate instruction/data memory mapping"
default y default n
depends on INTERPRETERS_WAMR_AOT && ARCH_CHIP_ESP32S3
choice choice
prompt "Enable interpreter" prompt "Enable interpreter"