aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJohn Donoghue <john.donoghue@ieee.org>2007-07-13 02:12:08 +0200
committerJeff Garzik <jeff@garzik.org>2007-07-16 18:28:04 -0400
commit06103b13828425ebd24255ec08c28a795b6b7a68 (patch)
tree0f9a1c12ee5cbab3eb3d0764f36aa4d99991d857 /drivers
parentmacb: Add multicast capability (diff)
downloadlinux-dev-06103b13828425ebd24255ec08c28a795b6b7a68.tar.xz
linux-dev-06103b13828425ebd24255ec08c28a795b6b7a68.zip
EP93XX_ETH must select MII
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/arm/Kconfig b/drivers/net/arm/Kconfig
index 5bf2d33887ac..f9cc2b621fe2 100644
--- 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.