aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 041c35edb763..68514644ce91 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -203,6 +203,11 @@ source "net/ieee802154/Kconfig"
203source "net/sched/Kconfig" 203source "net/sched/Kconfig"
204source "net/dcb/Kconfig" 204source "net/dcb/Kconfig"
205 205
206config RPS
207 boolean
208 depends on SMP && SYSFS
209 default y
210
206menu "Network testing" 211menu "Network testing"
207 212
208config NET_PKTGEN 213config NET_PKTGEN