1425bb815Sopenharmony_ci#
2425bb815Sopenharmony_ci# For a description of the syntax of this configuration file,
3425bb815Sopenharmony_ci# see the file kconfig-language.txt in the NuttX tools repository.
4425bb815Sopenharmony_ci#
5425bb815Sopenharmony_ci
6425bb815Sopenharmony_ciconfig JERRYSCRIPT
7425bb815Sopenharmony_ci	bool "Jerryscript"
8425bb815Sopenharmony_ci	default n
9425bb815Sopenharmony_ci	---help---
10425bb815Sopenharmony_ci		Enable Jerryscript ECMAScript 5.1 interpreter
11425bb815Sopenharmony_ci
12425bb815Sopenharmony_ciif JERRYSCRIPT
13425bb815Sopenharmony_ci
14425bb815Sopenharmony_ciconfig JERRYSCRIPT_PROGNAME
15425bb815Sopenharmony_ci	string "Program name"
16425bb815Sopenharmony_ci	default "jerry"
17425bb815Sopenharmony_ci	depends on BUILD_KERNEL
18425bb815Sopenharmony_ci	---help---
19425bb815Sopenharmony_ci		This is the name of the program that will be
20425bb815Sopenharmony_ci		 use when the NSH ELF program is installed.
21425bb815Sopenharmony_ci
22425bb815Sopenharmony_ciconfig JERRYSCRIPT_PRIORITY
23425bb815Sopenharmony_ci	int "Jerryscript task priority"
24425bb815Sopenharmony_ci	default 100
25425bb815Sopenharmony_ci
26425bb815Sopenharmony_ciconfig JERRYSCRIPT_STACKSIZE
27425bb815Sopenharmony_ci	int "Jerryscript stack size"
28425bb815Sopenharmony_ci	default 16384
29425bb815Sopenharmony_ci
30425bb815Sopenharmony_ciendif # JERRYSCRIPT
31