summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-12-02 13:52:44 +0800
committerAndy Green <andy.green@linaro.org>2011-12-02 13:52:44 +0800
commit4594340381d27c809c7daf7f70ceecdbc29ec92c (patch)
treea0d9290bae97fec9ab169de4475b60a767b4b35f /net
parent4978f7b47d88829516851f3cc35aa5e13bb7d2de (diff)
net: Fix CONFIG_RPS option to be turned off
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'net')
-rw-r--r--net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig
index a7d25151115..a54855c6632 100644
--- 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