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:
0c7841c
)
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
Colin Cross
<ccross@android.com>
Tue, 14 Jun 2011 16:09:35 +0000
(09:09 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
net/Kconfig
patch
|
blob
|
history
diff --git
a/net/Kconfig
b/net/Kconfig
index 901306ccf40cfc27160c7bcbbf968e18ab80448d..919cf9a8212244baf2a401ef3c8b6041647bb91c 100644
(file)
--- a/
net/Kconfig
+++ b/
net/Kconfig
@@
-231,7
+231,7
@@
source "net/dns_resolver/Kconfig"
source "net/batman-adv/Kconfig"
config RPS
- boolean
+ boolean
"RPS"
depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
default y