forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
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.