nuttx-apps/testing/superpi/Kconfig
simbit18 17a497492a Fix Kconfig style
Remove spaces from Kconfig files
Add TABs
Add comments
2023-09-01 01:21:54 +08:00

22 lines
359 B
Plaintext

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