|
@@ -96,6 +96,20 @@ if RT_USING_DFS
|
|
|
help
|
|
|
Let BSD socket operated by file system API, such as read/write and involveed in select/poll POSIX APIs.
|
|
|
|
|
|
+ if RT_USING_DFS_NET
|
|
|
+ config HAVE_SYS_SELECT_H
|
|
|
+ bool "Toolchains/libc have provide sys/select.h"
|
|
|
+ default n
|
|
|
+ help
|
|
|
+ Toolchains/libc have provide sys/select.h file, therefore, disable the sys/select.h in RT-Thread.
|
|
|
+
|
|
|
+ config HAVE_SYS_SOCKET_H
|
|
|
+ bool "Toolchains/libc have provide sys/socket.h"
|
|
|
+ default n
|
|
|
+ help
|
|
|
+ Toolchains/libc have provide sys/socket.h file, therefore, disable the sys/socket.h in RT-Thread.
|
|
|
+ endif
|
|
|
+
|
|
|
config RT_USING_DFS_ROMFS
|
|
|
bool "Enable ReadOnly file system on flash"
|
|
|
default n
|