diff options
author | John Donoghue <john.donoghue@ieee.org> | 2007-07-12 20:12:08 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-16 18:28:04 -0400 |
commit | 06103b13828425ebd24255ec08c28a795b6b7a68 (patch) | |
tree | 0f9a1c12ee5cbab3eb3d0764f36aa4d99991d857 /drivers | |
parent | 446ebd0118d8e82791652bd17dd8db08ab993c0e (diff) |
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/Kconfig | 1 |
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 | |||
43 | config EP93XX_ETH | 43 | config EP93XX_ETH |
44 | tristate "EP93xx Ethernet support" | 44 | tristate "EP93xx Ethernet support" |
45 | depends on ARM && ARCH_EP93XX | 45 | depends on ARM && ARCH_EP93XX |
46 | select MII | ||
46 | help | 47 | help |
47 | This is a driver for the ethernet hardware included in EP93xx CPUs. | 48 | This is a driver for the ethernet hardware included in EP93xx CPUs. |
48 | Say Y if you are building a kernel for EP93xx based devices. | 49 | Say Y if you are building a kernel for EP93xx based devices. |