summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-28 13:22:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-28 13:22:53 -0600
commitc9e7fc9600672dc17284531024563e2e2bc734cf (patch)
tree740fefa15429e0a6772df927fe9eb0d5adf811a1
parent6615beabb799e4496daf19b1fd9a7af2325fdda2 (diff)
downloadnuttx-c9e7fc9600672dc17284531024563e2e2bc734cf.tar.gz
nuttx-c9e7fc9600672dc17284531024563e2e2bc734cf.tar.bz2
nuttx-c9e7fc9600672dc17284531024563e2e2bc734cf.zip
Unix domain socket support is no longer EXPERIMENTAL
-rw-r--r--nuttx/configs/sim/ustream/defconfig2
-rw-r--r--nuttx/net/local/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sim/ustream/defconfig b/nuttx/configs/sim/ustream/defconfig
index 4995c6069..935043376 100644
--- a/nuttx/configs/sim/ustream/defconfig
+++ b/nuttx/configs/sim/ustream/defconfig
@@ -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
diff --git a/nuttx/net/local/Kconfig b/nuttx/net/local/Kconfig
index 2f720c348..73d0f80e7 100644
--- a/nuttx/net/local/Kconfig
+++ b/nuttx/net/local/Kconfig
@@ -4,7 +4,7 @@
#
menu "Unix Domain Socket Support"
- depends on NET && EXPERIMENTAL
+ depends on NET
config NET_LOCAL
bool "Unix domain (local) sockets"