Files
nuttx-apps/benchmarks/superpi/Kconfig
Alin Jerpelea 69b6c936d1 benchmarks: migrate license to ASF
Xiaomi has submitted the SGA and we can migrate the licese to ASF

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2024-12-19 15:25:28 +08:00

27 lines
553 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config BENCHMARK_SUPERPI
tristate "SuperPI test"
default n
if BENCHMARK_SUPERPI
config BENCHMARK_SUPERPI_PROGNAME
string "Program Name"
default "pi_css5"
config BENCHMARK_SUPERPI_STACKSIZE
int "SuperPI stack size"
default DEFAULT_TASK_STACKSIZE
config BENCHMARK_SUPERPI_PRIORITY
int "Task PRIORITY"
default 100
---help---
The higher the priority value, the lower the priority.
endif # BENCHMARK_SUPERPI