Update KConfig

This commit is contained in:
Bernard Xiong 2017-11-06 20:01:35 +08:00 committed by GitHub
parent 4d54feed61
commit d6c794ae78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -98,16 +98,16 @@ if RT_USING_DFS
if RT_USING_DFS_NET if RT_USING_DFS_NET
config HAVE_SYS_SELECT_H config HAVE_SYS_SELECT_H
bool "Toolchains/libc have provide sys/select.h" bool "Toolchains/libc have provided sys/select.h"
default n default n
help help
Toolchains/libc have provide sys/select.h file, therefore, disable the sys/select.h in RT-Thread. Toolchains/libc have provided sys/select.h file, therefore, disable the sys/select.h in RT-Thread.
config HAVE_SYS_SOCKET_H config HAVE_SYS_SOCKET_H
bool "Toolchains/libc have provide sys/socket.h" bool "Toolchains/libc have provided sys/socket.h"
default n default n
help help
Toolchains/libc have provide sys/socket.h file, therefore, disable the sys/socket.h in RT-Thread. Toolchains/libc have provided sys/socket.h file, therefore, disable the sys/socket.h in RT-Thread.
endif endif
config RT_USING_DFS_ROMFS config RT_USING_DFS_ROMFS