aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r--net/sched/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 73431d4aa6ef..e318f458713e 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -255,7 +255,7 @@ config NET_CLS_TCINDEX
255 255
256config NET_CLS_ROUTE4 256config NET_CLS_ROUTE4
257 tristate "Routing decision (ROUTE)" 257 tristate "Routing decision (ROUTE)"
258 select NET_CLS_ROUTE 258 select IP_ROUTE_CLASSID
259 select NET_CLS 259 select NET_CLS
260 ---help--- 260 ---help---
261 If you say Y here, you will be able to classify packets 261 If you say Y here, you will be able to classify packets
@@ -264,9 +264,6 @@ config NET_CLS_ROUTE4
264 To compile this code as a module, choose M here: the 264 To compile this code as a module, choose M here: the
265 module will be called cls_route. 265 module will be called cls_route.
266 266
267config NET_CLS_ROUTE
268 bool
269
270config NET_CLS_FW 267config NET_CLS_FW
271 tristate "Netfilter mark (FW)" 268 tristate "Netfilter mark (FW)"
272 select NET_CLS 269 select NET_CLS