7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
menuconfig PTHREAD
|
|
bool "Posix Thread Support"
|
|
default n
|
|
help
|
|
Allow pthread_xxx interface to develop application.
|
|
|