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: David S. Miller <davem@davemloft.net>

+1 -1
+1 -1
net/ipv4/Kconfig
··· 407 407 If unsure, say Y. 408 408 409 409 config INET_LRO 410 - tristate "Large Receive Offload (ipv4/tcp)" 410 + bool "Large Receive Offload (ipv4/tcp)" 411 411 412 412 ---help--- 413 413 Support for Large Receive Offload (ipv4/tcp).