aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-02-05 16:29:48 -0800
committerDavid S. Miller <davem@davemloft.net>2010-02-05 16:29:48 -0800
commit889b8f964f2f226b7cd5a0a515109e3d8d9d1613 (patch)
treec576152db1b3ea0b68206393735aec566e9aadf3 /net/packet/Kconfig
parentnet: e1000e: convert to use mc helpers (diff)
downloadlinux-dev-889b8f964f2f226b7cd5a0a515109e3d8d9d1613.tar.xz
linux-dev-889b8f964f2f226b7cd5a0a515109e3d8d9d1613.zip
packet: Kill CONFIG_PACKET_MMAP.
Early on this was an experimental facility that few people other than Alexey Kuznetsov played with. Now it's a pretty fundamental thing and as people add more features to AF_PACKET sockets this config options creates ifdef spaghetti. So kill it off. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/packet/Kconfig')
-rw-r--r--net/packet/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/packet/Kconfig b/net/packet/Kconfig
index 34ff93ff894d..0060e3b396b7 100644
--- a/net/packet/Kconfig
+++ b/net/packet/Kconfig
@@ -14,13 +14,3 @@ config PACKET
be called af_packet.
If unsure, say Y.
-
-config PACKET_MMAP
- bool "Packet socket: mmapped IO"
- 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.
-