projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
446ebd0
)
EP93XX_ETH must select MII
author
John Donoghue
<john.donoghue@ieee.org>
Fri, 13 Jul 2007 00:12:08 +0000
(
02:12
+0200)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 16 Jul 2007 22:28:04 +0000
(18:28 -0400)
CONFIG_EP93XX_ETH=y, CONFIG_MII=n results in an obvious link error.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/arm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/arm/Kconfig
b/drivers/net/arm/Kconfig
index 5bf2d33887aca4acf4f45dc3bdf893d2a335a4ba..f9cc2b621fe200d6a4c588f2e075f4641c9d1ad1 100644
(file)
--- a/
drivers/net/arm/Kconfig
+++ b/
drivers/net/arm/Kconfig
@@
-43,6
+43,7
@@
config ARM_AT91_ETHER
config EP93XX_ETH
tristate "EP93xx Ethernet support"
depends on ARM && ARCH_EP93XX
+ select MII
help
This is a driver for the ethernet hardware included in EP93xx CPUs.
Say Y if you are building a kernel for EP93xx based devices.