net: Fix CONFIG_RPS option to be turned off
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 30 Aug 2010 17:29:37 +0000 (10:29 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:29 +0000 (13:40 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
net/Kconfig

index 6a7c30a7d7f02589e5dfc8658e3341520397d789..c5e34cf623c4e382ee8f7f9d35d3875c2d3da841 100644 (file)
@@ -234,7 +234,7 @@ source "net/vmw_vsock/Kconfig"
 source "net/netlink/Kconfig"
 
 config RPS
-       boolean
+       boolean "RPS"
        depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
        default y