aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-07-29 13:44:15 +0200
committerDavid S. Miller <davem@davemloft.net>2013-07-30 16:45:09 -0700
commitffd756b3174e496cf6f3c5458c434e31d2cd48b0 (patch)
treeddb9510cf8984b8611346fc3b3d7bff2ac74f3d1 /net/Kconfig
parenttcp: add tcp_syncookies mode to allow unconditionally generation of syncookies (diff)
downloadlinux-dev-ffd756b3174e496cf6f3c5458c434e31d2cd48b0.tar.xz
linux-dev-ffd756b3174e496cf6f3c5458c434e31d2cd48b0.zip
pktgen: Require CONFIG_INET due to use of IPv4 checksum function
Unlike for IPv6, the IPv4 checksum functions are only available if CONFIG_INET is set. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 37702491abe9..37162eb88f07 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -281,7 +281,7 @@ menu "Network testing"
config NET_PKTGEN
tristate "Packet Generator (USE WITH CAUTION)"
- depends on PROC_FS
+ depends on INET && PROC_FS
---help---
This module will inject preconfigured packets, at a configurable
rate, out of a given interface. It is used for network interface