From 00a561126dbc0005ecaf57418b67d84ae87d6a5e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 31 Jan 2015 07:58:51 -0600 Subject: [PATCH] Unix domain: Add options to build in stream or datagram support separately --- configs/sim/udgram/defconfig | 2 ++ configs/sim/ustream/defconfig | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configs/sim/udgram/defconfig b/configs/sim/udgram/defconfig index 641c01ecb9..6a2ce0d88e 100644 --- a/configs/sim/udgram/defconfig +++ b/configs/sim/udgram/defconfig @@ -385,6 +385,8 @@ CONFIG_NET_NACTIVESOCKETS=16 # Unix Domain Socket Support # CONFIG_NET_LOCAL=y +# CONFIG_NET_LOCAL_STREAM is not set +CONFIG_NET_LOCAL_DGRAM=y # # TCP/IP Networking diff --git a/configs/sim/ustream/defconfig b/configs/sim/ustream/defconfig index 7e453bd1be..37bdcf61a2 100644 --- a/configs/sim/ustream/defconfig +++ b/configs/sim/ustream/defconfig @@ -385,6 +385,8 @@ CONFIG_NET_NACTIVESOCKETS=16 # Unix Domain Socket Support # CONFIG_NET_LOCAL=y +CONFIG_NET_LOCAL_STREAM=y +# CONFIG_NET_LOCAL_DGRAM is not set # # TCP/IP Networking