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