Commit def47c50 authored by Jeff Garzik's avatar Jeff Garzik

[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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment