diff options
author | David S. Miller <davem@davemloft.net> | 2010-02-05 16:29:48 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-05 16:29:48 -0800 |
commit | 889b8f964f2f226b7cd5a0a515109e3d8d9d1613 (patch) | |
tree | c576152db1b3ea0b68206393735aec566e9aadf3 /net/packet/Kconfig | |
parent | 7aeef972cce30b0ab04047e07918b04d867e7a29 (diff) | |
download | op-kernel-dev-889b8f964f2f226b7cd5a0a515109e3d8d9d1613.zip op-kernel-dev-889b8f964f2f226b7cd5a0a515109e3d8d9d1613.tar.gz |
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/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/packet/Kconfig b/net/packet/Kconfig index 34ff93f..0060e3b 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. - |