From ee5298e046a9f16f381567ca9409a9cf6b179357 Mon Sep 17 00:00:00 2001 From: Phil Coval Date: Thu, 25 Apr 2019 17:42:57 +0000 Subject: [PATCH] Merged in rzr/nuttx/sandbox/rzr/review/master (pull request #859) nucleo-144: Regenerate f767-netnsh/defconfig It appear that CONFIG_NET_SOCKOPTS, is no more explicity needed. Change-Id: I33e1b60ce1778bb963f709b963c89ef6b489c362 Signed-off-by: Philippe Coval Approved-by: Gregory Nutt --- configs/nucleo-144/f767-netnsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/nucleo-144/f767-netnsh/defconfig b/configs/nucleo-144/f767-netnsh/defconfig index c2c02a48e0..a2b9c8088f 100644 --- a/configs/nucleo-144/f767-netnsh/defconfig +++ b/configs/nucleo-144/f767-netnsh/defconfig @@ -42,7 +42,6 @@ CONFIG_NET_ICMP_SOCKET=y CONFIG_NET_IGMP=y CONFIG_NET_LOOPBACK=y CONFIG_NET_ROUTE=y -CONFIG_NET_SOCKOPTS=y CONFIG_NET_SOLINGER=y CONFIG_NET_STATISTICS=y CONFIG_NET_TCP=y