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: Mike Frysinger <vapier@gentoo.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a1c1db3920
commit
1993f46739
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue