[PATCH] fec_8xx: Remove dependency on NETTA & NETPHONE
The following patch removes the dependency of the fec_8xx driver on the NETTA & NETPHONE boards. Other people use the driver too, and we await their board support patches. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
34e30d612f
commit
b90bd04d41
|
@ -1,6 +1,6 @@
|
||||||
config FEC_8XX
|
config FEC_8XX
|
||||||
tristate "Motorola 8xx FEC driver"
|
tristate "Motorola 8xx FEC driver"
|
||||||
depends on NET_ETHERNET && 8xx && (NETTA || NETPHONE)
|
depends on NET_ETHERNET
|
||||||
select MII
|
select MII
|
||||||
|
|
||||||
config FEC_8XX_GENERIC_PHY
|
config FEC_8XX_GENERIC_PHY
|
||||||
|
|
Loading…
Reference in New Issue