mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
net: Fix CONFIG_RPS option to be turned off
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
6659a7473c
commit
0dcd84058b
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,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
|
||||
|
||||
|
|
Loading…
Reference in a new issue