Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e81963b1 authored by David S. Miller's avatar David S. Miller
Browse files

ipv4: Make INET_LRO a bool instead of tristate.



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: default avatarDavid S. Miller <davem@davemloft.net>
parent 9b05126b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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).