]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Make INET_LRO a bool instead of tristate.
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 May 2009 19:45:26 +0000 (12:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 May 2009 19:45:26 +0000 (12:45 -0700)
commit05a8fea305c2aa4b83d6b90a059183d34b7ed1af
tree47b8b84acbaa45bc683a51e97c236eb35975aa0d
parent5e23af2aadf5ac9e55b862cb40f55aef35cbfcab
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>
net/ipv4/Kconfig