调整SAL依赖项

This commit is contained in:
Meco Man 2021-11-07 21:29:28 -05:00
parent 2639171885
commit 251e17b41a
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ config RT_USING_SAL
config SAL_USING_POSIX
bool "Enable BSD socket operated by file system API"
default n
select RT_LIBC_USING_FILEIO
select RT_USING_LIBC
select RT_USING_POSIX
select RT_USING_POSIX_SELECT
help
Let BSD socket operated by file system API, such as read/write and involveed in select/poll POSIX APIs.