summaryrefslogtreecommitdiff
path: root/net/Kconfig
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2010-08-30 10:29:37 -0700
committerColin Cross <ccross@android.com>2011-06-14 09:09:35 -0700
commit7ef37e015313dc58064d39bcdd5e25adb36518f5 (patch)
tree69c62baba12912648330fdb608b1c40c08f94bcc /net/Kconfig
parent0c7841ce3e0a90bab630f671992348dafb022558 (diff)
net: Fix CONFIG_RPS option to be turned off
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 901306ccf40..919cf9a8212 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