summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-05-18 21:48:38 -0700
committerDavid S. Miller <davem@davemloft.net>2009-05-18 21:48:38 -0700
commitbc8a5397433e4effbaddfa7e462d10b3c060cabb (patch)
tree8eb8ad8fecf937006a6f1d8bb70f368821442577 /net
parent995b337952cdf7e05d288eede580257b632a8343 (diff)
ipv4: make default for INET_LRO consistent with help text
Commit e81963b1 ("ipv4: Make INET_LRO a bool instead of tristate.") changed this config from tristate to bool. Add default so that it is consistent with the help text. Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 9d26a3da37e..5b919f7b45d 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -408,7 +408,7 @@ config INET_XFRM_MODE_BEET
config INET_LRO
bool "Large Receive Offload (ipv4/tcp)"
-
+ default y
---help---
Support for Large Receive Offload (ipv4/tcp).