pktgen: Require CONFIG_INET due to use of IPv4 checksum function
authorThomas Graf <tgraf@suug.ch>
Mon, 29 Jul 2013 11:44:15 +0000 (13:44 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 13 Oct 2015 02:46:00 +0000 (03:46 +0100)
commit516aa86b9ffaa8daba9dd3e8ef16350ffafbb25e
tree58687422dda41b2c832a4e9e9cf0724bbe07db95
parenta1a1e789bed910db9f193109b4481327fa8d42db
pktgen: Require CONFIG_INET due to use of IPv4 checksum function

commit ffd756b3174e496cf6f3c5458c434e31d2cd48b0 upstream.

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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
net/Kconfig