diff options
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r-- | net/sched/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index b4662888bdbd..d3f7c3f9407a 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -472,12 +472,12 @@ config NET_ACT_SIMP | |||
472 | 472 | ||
473 | config NET_CLS_POLICE | 473 | config NET_CLS_POLICE |
474 | bool "Traffic Policing (obsolete)" | 474 | bool "Traffic Policing (obsolete)" |
475 | depends on NET_CLS_ACT!=y | 475 | select NET_CLS_ACT |
476 | select NET_ACT_POLICE | ||
476 | ---help--- | 477 | ---help--- |
477 | Say Y here if you want to do traffic policing, i.e. strict | 478 | Say Y here if you want to do traffic policing, i.e. strict |
478 | bandwidth limiting. This option is obsoleted by the traffic | 479 | bandwidth limiting. This option is obsolete and just selects |
479 | policer implemented as action, it stays here for compatibility | 480 | the option replacing it. It will be removed in the future. |
480 | reasons. | ||
481 | 481 | ||
482 | config NET_CLS_IND | 482 | config NET_CLS_IND |
483 | bool "Incoming device classification" | 483 | bool "Incoming device classification" |