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

Commit def47c50 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[netdrvr] Fix dependencies for ax88796 ne2k clone driver



It needs writesb(), not available on all platforms.

Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 4c3ca4da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@ source "drivers/net/arm/Kconfig"

config AX88796
	tristate "ASIX AX88796 NE2000 clone support"
	depends on ARM || MIPS
	select CRC32
	select MII
	help