[libc] Remove Kconfig warning
This commit is contained in:
parent
7c4417855e
commit
9b8a8d6e5f
|
@ -8,10 +8,9 @@ config RT_USING_PTHREADS
|
||||||
bool "Enable pthreads APIs"
|
bool "Enable pthreads APIs"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if RT_USING_LIBC
|
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 poll/select, stdin etc"
|
||||||
select RT_USING_DFS
|
|
||||||
select RT_USING_DFS_DEVFS
|
select RT_USING_DFS_DEVFS
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue