diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/Kconfig b/net/Kconfig index b50dacc072f0..d334678c0bd8 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -220,10 +220,11 @@ source "net/openvswitch/Kconfig" source "net/vmw_vsock/Kconfig" source "net/netlink/Kconfig" source "net/mpls/Kconfig" +source "net/hsr/Kconfig" config RPS boolean - depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS + depends on SMP && SYSFS default y config RFS_ACCEL @@ -234,7 +235,7 @@ config RFS_ACCEL config XPS boolean - depends on SMP && USE_GENERIC_SMP_HELPERS + depends on SMP default y config NETPRIO_CGROUP |