diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-21 01:44:24 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-21 01:44:24 -0500 |
commit | afb5bb57440f7c419b1214628d32c92293f1cfd4 (patch) | |
tree | bd93564fc26c41ddaa07e742d46eb25107a4748b /net/sched/Kconfig | |
parent | cbb042f9e1292434e3cacb90e67d8d381aeac5a9 (diff) |
[PKT_SCHED]: Let NET_CLS_ACT no longer depend on EXPERIMENTAL
This option should IMHO no longer depend on EXPERIMENTAL.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
ACKed-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r-- | net/sched/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 778b1e5a4b50..13eeee582886 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -434,7 +434,6 @@ config NET_EMATCH_TEXT | |||
434 | 434 | ||
435 | config NET_CLS_ACT | 435 | config NET_CLS_ACT |
436 | bool "Actions" | 436 | bool "Actions" |
437 | depends on EXPERIMENTAL | ||
438 | select NET_ESTIMATOR | 437 | select NET_ESTIMATOR |
439 | ---help--- | 438 | ---help--- |
440 | Say Y here if you want to use traffic control actions. Actions | 439 | Say Y here if you want to use traffic control actions. Actions |