From: Arnd Bergmann Date: Fri, 20 Apr 2012 10:56:13 +0000 (+0000) Subject: 8390: select CRC32 support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=31f31204dfc40a4bfd9c4a3d7078df969626b24e;p=linux-beck.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 e04ade444247..910895c5ec97 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---