]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
8390: select CRC32 support
authorArnd Bergmann <arnd@arndb.de>
Fri, 20 Apr 2012 10:56:13 +0000 (10:56 +0000)
committerDavid 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

index e04ade444247491c1f882c183d8e2001af8a0af4..910895c5ec972445b03d15843242f1aed31d72b8 100644 (file)
@@ -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---