aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2010-08-30 10:29:37 -0700
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-11-05 11:44:24 -0800
commite105d6fdcbaf4ce4dff38fb1712346044703de97 (patch)
tree96aa31b9b55d073bdccb496fbfb49d2027c7481f /net
parente613511c47c56384ddaf5fbc608c2640f4dcd510 (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 bdfbff938d8..35654f41298 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -234,7 +234,7 @@ source "net/batman-adv/Kconfig"
source "net/openvswitch/Kconfig"
config RPS
- boolean
+ boolean "RPS"
depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
default y