Fix Kconfig style

Add TABs
Add comments
This commit is contained in:
simbit18 2023-08-11 13:33:13 +02:00 committed by Xiang Xiao
parent 910409b4fb
commit e501f784c3
3 changed files with 22 additions and 22 deletions

View File

@ -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

View File

@ -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

View File

@ -37,6 +37,6 @@ config INTERPRETERS_WASM3_LOG_VERBOSE
bool "WASM3 log verbose"
default n
endif
endif # INTERPRETERS_WASM3_LOG
endif
endif # INTERPRETERS_WASM3