diff --git a/net/Kconfig b/net/Kconfig index 262ac3287ce9..b9d1e6929cd9 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -235,8 +235,8 @@ source "net/netlink/Kconfig" source "net/rmnet_data/Kconfig" config RPS - boolean "RPS" - depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS + boolean + depends on SMP && SYSFS default y config RFS_ACCEL @@ -247,7 +247,7 @@ config RFS_ACCEL config XPS boolean - depends on SMP && USE_GENERIC_SMP_HELPERS + depends on SMP default y config NETPRIO_CGROUP