mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-18 12:29:09 +08:00
Merge pull request #4697 from mysterywolf/posixkconfig
[POSIX] beautify libc Kconfig
This commit is contained in:
commit
d0793bc04c
@ -16,7 +16,7 @@ endif
|
|||||||
|
|
||||||
if RT_USING_LIBC && RT_USING_DFS
|
if RT_USING_LIBC && RT_USING_DFS
|
||||||
config RT_USING_POSIX
|
config RT_USING_POSIX
|
||||||
bool "Enable POSIX layer for poll/select, stdin etc"
|
bool "Enable POSIX layer for compatibility with UNIX APIs, poll/select etc"
|
||||||
select RT_USING_DFS_DEVFS
|
select RT_USING_DFS_DEVFS
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user