diff --git a/configs/sim/ustream/defconfig b/configs/sim/ustream/defconfig index 4995c60699..9350433761 100644 --- a/configs/sim/ustream/defconfig +++ b/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/net/local/Kconfig b/net/local/Kconfig index 2f720c3485..73d0f80e7a 100644 --- a/net/local/Kconfig +++ b/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"