d121168fb0
Signed-off-by: Huang Qi <huangqi3@xiaomi.com> Change-Id: Ie6cb7a37c34ef3bd63390eed905b6fb76c31a3d9
25 lines
500 B
Plaintext
25 lines
500 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config INTERPRETERS_QUICKJS
|
|
tristate "QuickJS JavaScript interpreter"
|
|
default n
|
|
|
|
if INTERPRETERS_QUICKJS
|
|
|
|
config INTERPRETERS_QUICKJS_BIGNUM
|
|
bool "Bignum support"
|
|
default false
|
|
|
|
config INTERPRETERS_QUICKJS_PRIORITY
|
|
int "QuickJS interpreter priority"
|
|
default 100
|
|
|
|
config INTERPRETERS_QUICKJS_STACKSIZE
|
|
int "QuickJS interpreter stack size"
|
|
default 8192
|
|
|
|
endif
|