aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/Kconfig
diff options
context:
space:
mode:
authorLi Zefan <lizf@cn.fujitsu.com>2008-12-28 17:57:25 +0000
committerDavid S. Miller <davem@davemloft.net>2008-12-29 19:40:46 -0800
commit68ce9c0e3411b430b9800015e318af9f96933aa0 (patch)
tree784b1d4f4e25990b5eb13a4ce11105daf8657841 /net/sched/Kconfig
parentcls_cgroup: clean up for cgroup part (diff)
downloadlinux-dev-68ce9c0e3411b430b9800015e318af9f96933aa0.tar.xz
linux-dev-68ce9c0e3411b430b9800015e318af9f96933aa0.zip
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/Kconfig')
-rw-r--r--net/sched/Kconfig3
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
Say Y here if you want to classify packets based on the control
cgroup of their process.
- To compile this code as a module, choose M here: the
- module will be called cls_cgroup.
-
config NET_EMATCH
bool "Extended Matches"
select NET_CLS