Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

8390: select CRC32 support

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>

authored by

Arnd Bergmann and committed by
David S. Miller
31f31204 ee29e613

+1
+1
drivers/net/ethernet/8390/Kconfig
··· 60 60 config AX88796 61 61 tristate "ASIX AX88796 NE2000 clone support" 62 62 depends on (ARM || MIPS || SUPERH) 63 + select CRC32 63 64 select PHYLIB 64 65 select MDIO_BITBANG 65 66 ---help---