forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/net/unix/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Unix Domain Sockets
34 #
45
56 config UNIX
67 tristate "Unix domain sockets"
7
- ---help---
8
+ help
89 If you say Y here, you will include support for Unix domain sockets;
910 sockets are the standard Unix mechanism for establishing and
1011 accessing network connections. Many commonly used programs such as
....@@ -28,6 +29,6 @@
2829 tristate "UNIX: socket monitoring interface"
2930 depends on UNIX
3031 default n
31
- ---help---
32
+ help
3233 Support for UNIX socket monitoring interface used by the ss tool.
3334 If unsure, say Y.