!469 修复posix的Kconfig

Merge pull request !469 from Zhaotianyu/1217Kconfig_fix
This commit is contained in:
openharmony_ci 2021-12-17 04:05:20 +00:00 committed by Gitee
commit e6dd09733d
1 changed files with 2 additions and 2 deletions

View File

@ -48,13 +48,13 @@ config POSIX_SEM_API
Answer Y to enable LiteOS support POSIX Semaphore API.
config POSIX_CLOCK_API
bool "Enable POSIX Semaphore API"
bool "Enable POSIX Clock API"
default y
help
Answer Y to enable LiteOS support POSIX Clock API.
config POSIX_MQUEUE_API
bool "Enable POSIX Semaphore API"
bool "Enable POSIX Mqueue API"
default y
help
Answer Y to enable LiteOS support POSIX Mqueue API.