projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b05126
)
ipv4: Make INET_LRO a bool instead of tristate.
author
David S. Miller
<davem@davemloft.net>
Fri, 8 May 2009 19:45:26 +0000
(12:45 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 8 May 2009 19:45:26 +0000
(12:45 -0700)
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
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/Kconfig
b/net/ipv4/Kconfig
index b2cf91e4ccaa11fd140af7ece0c7b11b820e048c..9d26a3da37e5696dfaf385bb0a4474dda239ff14 100644
(file)
--- a/
net/ipv4/Kconfig
+++ b/
net/ipv4/Kconfig
@@
-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).