Skip to content

Commit ddf17ad

Browse files
jukkarnashif
authored andcommitted
log: backend: net: Remove Posix dependency
The network backend needs nothing from Posix so remove the dependency. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 55457ee commit ddf17ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/logging/backends/Kconfig.net

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
config LOG_BACKEND_NET
77
bool "Networking backend"
88
depends on NETWORKING && (NET_UDP || NET_TCP) && NET_SOCKETS && !LOG_MODE_IMMEDIATE
9-
depends on POSIX_C_LANG_SUPPORT_R
109
help
1110
Send syslog messages to network server.
1211
See RFC 5424 (syslog protocol) and RFC 5426 (syslog over UDP) and

0 commit comments

Comments
 (0)