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
+1 -1
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"