4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-18 18:39:11 +08:00

revert kconfig of pthread

This commit is contained in:
Jianting (Meco) Man 2021-11-08 21:14:01 -05:00 committed by GitHub
parent 1a9729f45e
commit 80750271c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,16 +76,16 @@ if RT_USING_POSIX
config RT_USING_POSIX_AIO
bool "Enable AIO"
default n
endif
config RT_USING_PTHREADS
bool "Enable pthreads APIs"
default n
config RT_USING_PTHREADS
bool "Enable pthreads APIs"
default n
if RT_USING_PTHREADS
config PTHREAD_NUM_MAX
int "Maximum number of pthreads"
default 8
endif
if RT_USING_PTHREADS
config PTHREAD_NUM_MAX
int "Maximum number of pthreads"
default 8
endif
endmenu