forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/net/packet/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Packet configuration
34 #
45
56 config PACKET
67 tristate "Packet socket"
7
- ---help---
8
+ help
89 The Packet protocol is used by applications which communicate
910 directly with network devices without an intermediate network
1011 protocol implemented in the kernel, e.g. tcpdump. If you want them
....@@ -19,6 +20,6 @@
1920 tristate "Packet: sockets monitoring interface"
2021 depends on PACKET
2122 default n
22
- ---help---
23
+ help
2324 Support for PF_PACKET sockets monitoring interface used by the ss tool.
2425 If unsure, say Y.