projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee29e61
)
8390: select CRC32 support
author
Arnd Bergmann
<arnd@arndb.de>
Fri, 20 Apr 2012 10:56:13 +0000
(10:56 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 21 Apr 2012 19:28:47 +0000
(15:28 -0400)
The ax88796 driver uses the CRC32 functions, so make sure that
they are actually enabled.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/8390/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/8390/Kconfig
b/drivers/net/ethernet/8390/Kconfig
index e04ade444247491c1f882c183d8e2001af8a0af4..910895c5ec972445b03d15843242f1aed31d72b8 100644
(file)
--- a/
drivers/net/ethernet/8390/Kconfig
+++ b/
drivers/net/ethernet/8390/Kconfig
@@
-60,6
+60,7
@@
config PCMCIA_AXNET
config AX88796
tristate "ASIX AX88796 NE2000 clone support"
depends on (ARM || MIPS || SUPERH)
+ select CRC32
select PHYLIB
select MDIO_BITBANG
---help---