From: Pantelis Antoniou Date: Sat, 29 Oct 2005 22:23:15 +0000 (+0300) Subject: [PATCH] fec_8xx: Remove dependency on NETTA & NETPHONE X-Git-Tag: v2.6.15-rc1~721^2~10 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b90bd04d419dd317b16dce83f5595e96597c05be;p=linux-2.6-omap-h63xx.git [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 --- diff --git a/drivers/net/fec_8xx/Kconfig b/drivers/net/fec_8xx/Kconfig index db36ac3ea45..de04d68673d 100644 --- a/drivers/net/fec_8xx/Kconfig +++ b/drivers/net/fec_8xx/Kconfig @@ -1,6 +1,6 @@ config FEC_8XX tristate "Motorola 8xx FEC driver" - depends on NET_ETHERNET && 8xx && (NETTA || NETPHONE) + depends on NET_ETHERNET select MII config FEC_8XX_GENERIC_PHY