[PATCH] ipv4: make default for INET_LRO consistent with help text

From: Frans Pop
Date: Fri May 15 2009 - 04:28:52 EST


Commit e81963b1 changed this config from tristate to bool.
Add default so that it is consistent with the help text.

Signed-off-by: Frans Pop <elendil@xxxxxxxxx>

diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 9d26a3d..5b919f7 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).

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/