wamr: flip the default of INTERPRETERS_WAMR_DISABLE_HW_BOUND_CHECK

Also, add a help text to explain the current situation.

cf. https://github.com/bytecodealliance/wasm-micro-runtime/pull/3419
This commit is contained in:
YAMAMOTO Takashi 2024-05-14 09:07:09 +09:00 committed by Xiang Xiao
parent 41f891f9ba
commit 02f88fbcaa

View File

@ -190,7 +190,12 @@ config INTERPRETERS_WAMR_DUMP_CALL_STACK
config INTERPRETERS_WAMR_DISABLE_HW_BOUND_CHECK
bool "Disable hardware bound check"
default n
default y
---help---
This option is currently a no-op because
NuttX doesn't have necessary functionalities.
That is, regardless of this setting, WAMR's HW bounds
check is not available for NuttX.
config INTERPRETERS_WAMR_LOAD_CUSTOM_SECTIONS
bool "Enable load custom section support"