projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1c1db3
)
netdev: smsc911x: allow building on Blackfin systems
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 5 Jun 2009 14:37:19 +0000
(14:37 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 8 Jun 2009 07:09:42 +0000
(
00:09
-0700)
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>
drivers/net/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index 3df8fc4376ddb2e50b0450b538c5005803298d95..f19018de9814566eed337b323b7ca715c15ff82e 100644
(file)
--- 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