diff options
author | Patrick McHardy <kaber@trash.net> | 2008-01-21 00:13:19 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 15:08:21 -0800 |
commit | 645a1e39e4e3e84a275c5e4a7c8049041146f9b5 (patch) | |
tree | 51cfe70dea020466ba67aeb5966a36e9b0f29ddc /net/sched/Kconfig | |
parent | c6ee877f2e4c4d44c934528b4cec6c8d7f54d3ad (diff) | |
download | linux-3.10-645a1e39e4e3e84a275c5e4a7c8049041146f9b5.tar.gz linux-3.10-645a1e39e4e3e84a275c5e4a7c8049041146f9b5.tar.bz2 linux-3.10-645a1e39e4e3e84a275c5e4a7c8049041146f9b5.zip |
[NET_SCHED]: sch_ingress: move dependencies to Kconfig
Instead of complaining at scheduler initialization time, check the
dependencies in Kconfig.
Signed-off-by: Patrick McHardy <kaber@trash.net>
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, 1 insertions, 0 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index f5ab54b1edd..554248e0fc4 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -198,6 +198,7 @@ config NET_SCH_NETEM config NET_SCH_INGRESS tristate "Ingress Qdisc" + depends on NET_CLS_ACT || NETFILTER ---help--- Say Y here if you want to use classifiers for incoming packets. If unsure, say Y. |