projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43de004
)
net: niu uses crc32, so select CRC32
author
Randy Dunlap
<randy.dunlap@oracle.com>
Thu, 10 Dec 2009 21:50:56 +0000
(13:50 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 10 Dec 2009 21:50:56 +0000
(13:50 -0800)
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>
drivers/net/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index 0bbd5ae498628e6278f33013091b279552450562..a5be9ac6405cfa27fcc918ae888fadd487902f40 100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
drivers/net/Kconfig
@@
-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.