Fix Kconfig style
Add TABs Add comments
This commit is contained in:
parent
910409b4fb
commit
e501f784c3
@ -47,4 +47,4 @@ config INTERPRETERS_QUICKJS_EXT_HOOK
|
||||
Since minimal interpreter only support 'console.log',
|
||||
you can export custom module by implement init/destory hook.
|
||||
|
||||
endif
|
||||
endif # INTERPRETERS_QUICKJS
|
||||
|
@ -29,7 +29,7 @@ config INTERPRETERS_WAMR_STACKSIZE
|
||||
int "Webassembly Micro Runtime stack size"
|
||||
default 8192
|
||||
|
||||
endif
|
||||
endif # INTERPRETERS_IWASM_TASK
|
||||
|
||||
config INTERPRETERS_WAMR_AOT
|
||||
bool "Enable AOT"
|
||||
@ -49,7 +49,7 @@ config INTERPRETERS_WAMR_CLASSIC
|
||||
config INTERPRETERS_NONE
|
||||
bool "Disable interpreter"
|
||||
|
||||
endchoice
|
||||
endchoice # Enable interpreter
|
||||
|
||||
config INTERPRETERS_WAMR_DEBUG_INTERP
|
||||
bool "Enable debugger support in the interpreter"
|
||||
@ -171,7 +171,7 @@ config INTERPRETERS_WAMR_GLOBAL_HEAP_POOL_SIZE
|
||||
int "Global heap pool size (in KB)"
|
||||
default 128
|
||||
|
||||
endif
|
||||
endif # INTERPRETERS_WAMR_GLOBAL_HEAP_POOL
|
||||
|
||||
config INTERPRETERS_WAMR_CONFIGUABLE_BOUNDS_CHECKS
|
||||
bool "Configuable bounds checks"
|
||||
@ -181,4 +181,4 @@ config INTERPRETERS_WAMR_CONFIGUABLE_BOUNDS_CHECKS
|
||||
disable bounds checks passing --disable-bounds-checks to
|
||||
iwasm.
|
||||
|
||||
endif
|
||||
endif # INTERPRETERS_WAMR
|
||||
|
@ -37,6 +37,6 @@ config INTERPRETERS_WASM3_LOG_VERBOSE
|
||||
bool "WASM3 log verbose"
|
||||
default n
|
||||
|
||||
endif
|
||||
endif # INTERPRETERS_WASM3_LOG
|
||||
|
||||
endif
|
||||
endif # INTERPRETERS_WASM3
|
||||
|
Loading…
Reference in New Issue
Block a user