projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f65785
)
net: Fix CONFIG_RPS option to be turned off
author
Dmitry Shmidt
<dimitrysh@google.com>
Mon, 30 Aug 2010 17:29:37 +0000
(10:29 -0700)
committer
Arve Hjønnevåg
<arve@android.com>
Mon, 1 Jul 2013 20:40:29 +0000
(13:40 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
net/Kconfig
patch
|
blob
|
history
diff --git
a/net/Kconfig
b/net/Kconfig
index 6a7c30a7d7f02589e5dfc8658e3341520397d789..c5e34cf623c4e382ee8f7f9d35d3875c2d3da841 100644
(file)
--- a/
net/Kconfig
+++ b/
net/Kconfig
@@
-234,7
+234,7
@@
source "net/vmw_vsock/Kconfig"
source "net/netlink/Kconfig"
config RPS
- boolean
+ boolean
"RPS"
depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
default y