diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2008-12-28 17:57:25 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-29 19:40:46 -0800 |
commit | 68ce9c0e3411b430b9800015e318af9f96933aa0 (patch) | |
tree | 784b1d4f4e25990b5eb13a4ce11105daf8657841 /net | |
parent | 8e8ba85417366afd2361e315c6ba5949d3eff56f (diff) | |
download | linux-3.10-68ce9c0e3411b430b9800015e318af9f96933aa0.tar.gz linux-3.10-68ce9c0e3411b430b9800015e318af9f96933aa0.tar.bz2 linux-3.10-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')
-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 4f7ef0db302..929218a4762 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 |