mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
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>
This commit is contained in:
parent
446ebd0118
commit
06103b1382
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue