mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 17:36:38 +00:00
net/socket: fix kconfig warning
warning: (NET_SOLINGER) selects NET_UDP_NOTIFIER which has unmet direct dependencies (NET && NET_UDP && !NET_UDP_NO_STACK && SCHED_WORKQUEUE) Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
1a927a6cf3
commit
c470ef7c9c
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ config NET_SOLINGER
|
|||
bool "SO_LINGER socket option"
|
||||
default n
|
||||
depends on NET_TCP_WRITE_BUFFERS || NET_UDP_WRITE_BUFFERS
|
||||
select NET_UDP_NOTIFIER if NET_UDP
|
||||
select NET_UDP_NOTIFIER if NET_UDP && !NET_UDP_NO_STACK
|
||||
---help---
|
||||
Enable or disable support for the SO_LINGER socket option. Requires
|
||||
write buffer support.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue