Skip to content

Commit

Permalink
[netdrvr] Fix dependencies for ax88796 ne2k clone driver
Browse files Browse the repository at this point in the history
It needs writesb(), not available on all platforms.

Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
Jeff Garzik committed Jul 10, 2007
1 parent 4c3ca4d commit def47c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit def47c5

Please sign in to comment.