Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c557c15d authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller
Browse files

net: niu uses crc32, so select CRC32



From: Randy Dunlap <randy.dunlap@oracle.com>

niu drivers uses crc32 functions, so it needs to select CRC32.

niu.c:(.text+0x18a7f8): undefined reference to `crc32_le'

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 43de004b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2696,6 +2696,7 @@ config NETXEN_NIC
config NIU
	tristate "Sun Neptune 10Gbit Ethernet support"
	depends on PCI
	select CRC32
	help
	  This enables support for cards based upon Sun's
	  Neptune chipset.