]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Revert "ipv4: Make INET_LRO a bool instead of tristate."
authorBen Hutchings <ben@decadent.org.uk>
Sun, 3 Oct 2010 15:37:42 +0000 (15:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Oct 2010 04:46:23 +0000 (21:46 -0700)
This reverts commit e81963b180ac502fda0326edf059b1e29cdef1a2.

LRO is now deprecated in favour of GRO, and only a few drivers use it,
so it is desirable to build it as a module in distribution kernels.

The original change to prevent building it as a module was made in an
attempt to avoid the case where some dependents are set to y and some
to m, and INET_LRO can be set to m rather than y.  However, the
Kconfig system will reliably set INET_LRO=y in this case.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig

index 72380a30d1c89ba1f36f1b2034972f302e886c37..7cd7760144f7dd1998276f4e2976e4a4a1c8135d 100644 (file)
@@ -413,7 +413,7 @@ config INET_XFRM_MODE_BEET
          If unsure, say Y.
 
 config INET_LRO
-       bool "Large Receive Offload (ipv4/tcp)"
+       tristate "Large Receive Offload (ipv4/tcp)"
        default y
        ---help---
          Support for Large Receive Offload (ipv4/tcp).