Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31f31204 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by David S. Miller
Browse files

8390: select CRC32 support



The ax88796 driver uses the CRC32 functions, so make sure that
they are actually enabled.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ee29e613
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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---