Unix domain socket support is no longer EXPERIMENTAL

This commit is contained in:
Gregory Nutt 2015-01-28 13:22:53 -06:00
parent 58287048e2
commit 508f8aefa6
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
# Build Setup
#
CONFIG_EXPERIMENTAL=y
# CONFIG_EXPERIMENTAL is not set
# CONFIG_DEFAULT_SMALL is not set
CONFIG_HOST_LINUX=y
# CONFIG_HOST_OSX is not set

View File

@ -4,7 +4,7 @@
#
menu "Unix Domain Socket Support"
depends on NET && EXPERIMENTAL
depends on NET
config NET_LOCAL
bool "Unix domain (local) sockets"