diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-05 14:37:19 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-08 00:09:42 -0700 |
commit | 1993f46739a9600ecdbbaa1ce56d25f6fdc44472 (patch) | |
tree | 497b1b712b6428c420fa04a4cbe850506baba870 /drivers | |
parent | a1c1db392090bd280d1c3e2ed52ef682746ee332 (diff) | |
download | linux-1993f46739a9600ecdbbaa1ce56d25f6fdc44472.tar.bz2 |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 3df8fc4376dd..f19018de9814 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -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 |