summary refs log tree commit diff
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
parent5ad37d5deee1ff7150a2d0602370101de158ad86 (diff)
downloadlinux-ffd756b3174e496cf6f3c5458c434e31d2cd48b0.tar.gz
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