diff options
Diffstat (limited to 'net/packet/Kconfig')
| -rw-r--r-- | net/packet/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/packet/Kconfig b/net/packet/Kconfig index cc55b35f80e5..2997382d597c 100644 --- a/net/packet/Kconfig +++ b/net/packet/Kconfig @@ -1,10 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Packet configuration # config PACKET tristate "Packet socket" - ---help--- + help The Packet protocol is used by applications which communicate directly with network devices without an intermediate network protocol implemented in the kernel, e.g. tcpdump. If you want them @@ -19,6 +20,6 @@ config PACKET_DIAG tristate "Packet: sockets monitoring interface" depends on PACKET default n - ---help--- + help Support for PF_PACKET sockets monitoring interface used by the ss tool. If unsure, say Y. |
