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: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
43de004b6c
commit
c557c15d83
1 changed files with 1 additions and 0 deletions
|
@ -2696,6 +2696,7 @@ config NETXEN_NIC
|
||||||
config NIU
|
config NIU
|
||||||
tristate "Sun Neptune 10Gbit Ethernet support"
|
tristate "Sun Neptune 10Gbit Ethernet support"
|
||||||
depends on PCI
|
depends on PCI
|
||||||
|
select CRC32
|
||||||
help
|
help
|
||||||
This enables support for cards based upon Sun's
|
This enables support for cards based upon Sun's
|
||||||
Neptune chipset.
|
Neptune chipset.
|
||||||
|
|
Loading…
Reference in a new issue