diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2008-12-28 12:57:25 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-29 22:40:46 -0500 |
commit | 68ce9c0e3411b430b9800015e318af9f96933aa0 (patch) | |
tree | 784b1d4f4e25990b5eb13a4ce11105daf8657841 /net/sched | |
parent | 8e8ba85417366afd2361e315c6ba5949d3eff56f (diff) |
cls_cgroup: clean up Kconfig
cls_cgroup can't be compiled as a module, since it's not supported by
cgroup.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
-rw-r--r-- | net/sched/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 4f7ef0db302b..929218a47620 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -335,9 +335,6 @@ config NET_CLS_CGROUP | |||
335 | Say Y here if you want to classify packets based on the control | 335 | Say Y here if you want to classify packets based on the control |
336 | cgroup of their process. | 336 | cgroup of their process. |
337 | 337 | ||
338 | To compile this code as a module, choose M here: the | ||
339 | module will be called cls_cgroup. | ||
340 | |||
341 | config NET_EMATCH | 338 | config NET_EMATCH |
342 | bool "Extended Matches" | 339 | bool "Extended Matches" |
343 | select NET_CLS | 340 | select NET_CLS |