4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 06:00:27 +08:00

[libc] Remove Kconfig warning

This commit is contained in:
Bernard Xiong 2017-12-23 23:55:05 +08:00
parent 7c4417855e
commit 9b8a8d6e5f

View File

@ -8,10 +8,9 @@ config RT_USING_PTHREADS
bool "Enable pthreads APIs"
default n
if RT_USING_LIBC
if RT_USING_LIBC && RT_USING_DFS
config RT_USING_POSIX
bool "Enable POSIX layer for poll/select, stdin etc"
select RT_USING_DFS
select RT_USING_DFS_DEVFS
default y