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

Commit 1993f467 authored by Mike Frysinger's avatar Mike Frysinger Committed by David S. Miller
Browse files

netdev: smsc911x: allow building on Blackfin systems



The smsc911x driver works fine on Blackfin systems, so add it to the arch
list in the Kconfig.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a1c1db39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1001,7 +1001,7 @@ config SMC911X

config SMSC911X
	tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
	depends on ARM || SUPERH
	depends on ARM || SUPERH || BLACKFIN
	select CRC32
	select MII
	select PHYLIB