Skip to content

Commit

Permalink
ipv4: Make INET_LRO a bool instead of tristate.
Browse files Browse the repository at this point in the history
This code is used as a library by several device drivers,
which select INET_LRO.

If some are modules and some are statically built into the
kernel, we get build failures if INET_LRO is modular.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 8, 2009
1 parent 9b05126 commit e81963b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ config INET_XFRM_MODE_BEET
If unsure, say Y.

config INET_LRO
tristate "Large Receive Offload (ipv4/tcp)"
bool "Large Receive Offload (ipv4/tcp)"

---help---
Support for Large Receive Offload (ipv4/tcp).
Expand Down

0 comments on commit e81963b

Please sign in to comment.