17a497492a
Remove spaces from Kconfig files Add TABs Add comments
22 lines
359 B
Plaintext
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
|