aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-08-23 20:42:11 -0700
committerDavid S. Miller <davem@davemloft.net>2010-08-23 20:42:11 -0700
commit7abac686026ec1af38f6e766369dbfe4007949b6 (patch)
treea29f7c29a4dce09ba5a515020cefdb444a51877e /net/sched/Kconfig
parentcxgb4: update PCI ids (diff)
downloadlinux-dev-7abac686026ec1af38f6e766369dbfe4007949b6.tar.xz
linux-dev-7abac686026ec1af38f6e766369dbfe4007949b6.zip
pkt_sched: Make act_csum depend upon INET.
It uses ip_send_check() and stuff like that. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r--net/sched/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 522d5a9a2825..a36270a994d7 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -520,7 +520,7 @@ config NET_ACT_SKBEDIT
config NET_ACT_CSUM
tristate "Checksum Updating"
- depends on NET_CLS_ACT
+ depends on NET_CLS_ACT && INET
---help---
Say Y here to update some common checksum after some direct
packet alterations.