aboutsummaryrefslogtreecommitdiff
path: root/net/packet/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/packet/Kconfig')
-rw-r--r--net/packet/Kconfig14
1 files changed, 6 insertions, 8 deletions
diff --git a/net/packet/Kconfig b/net/packet/Kconfig
index 34ff93ff894..cc55b35f80e 100644
--- a/net/packet/Kconfig
+++ b/net/packet/Kconfig
@@ -15,12 +15,10 @@ config PACKET
If unsure, say Y.
-config PACKET_MMAP
- bool "Packet socket: mmapped IO"
+config PACKET_DIAG
+ tristate "Packet: sockets monitoring interface"
depends on PACKET
- help
- If you say Y here, the Packet protocol driver will use an IO
- mechanism that results in faster communication.
-
- If unsure, say N.
-
+ default n
+ ---help---
+ Support for PF_PACKET sockets monitoring interface used by the ss tool.
+ If unsure, say Y.