summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2010-08-30 10:29:37 -0700
committerColin Cross <ccross@android.com>2010-09-29 17:49:46 -0700
commitedf0c3e53595eabe42702fc657040f01e7abef75 (patch)
treedc0bfd19d9110f5355fe47a867b484ea600a1155 /net
parent18f98d725e40adc6498a37efe0b76b6be47cc106 (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 d8289751909e..2094c144d05d 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -230,7 +230,7 @@ source "net/dcb/Kconfig"
source "net/dns_resolver/Kconfig"
config RPS
- boolean
+ boolean "RPS"
depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
default y