From: Arnd Bergmann Date: Fri, 20 Apr 2012 10:56:13 +0000 (+0000) Subject: 8390: select CRC32 support X-Git-Tag: v3.5-rc1~109^2~337 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=31f31204dfc40a4bfd9c4a3d7078df969626b24e;p=~emulex%2Finfiniband.git 8390: select CRC32 support The ax88796 driver uses the CRC32 functions, so make sure that they are actually enabled. Signed-off-by: Arnd Bergmann Signed-off-by: Mathieu Poirier Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/8390/Kconfig b/drivers/net/ethernet/8390/Kconfig index e04ade44424..910895c5ec9 100644 --- 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---