config SUPERPI
	tristate "SuperPI test"
	default n

if SUPERPI

config SUPERPI_PROGNAME
	string "Program Name"
	default "pi_css5"

config SUPERPI_STACKSIZE
	int "SuperPI stack size"
	default DEFAULT_TASK_STACKSIZE

config SUPERPI_PRIORITY
	int "Task PRIORITY"
	default 100
	---help---
		The higher the priority value, the lower the priority.

endif # SUPERPI
