Re: [PATCH] Add select PHYLIB to the UCC_GETH Kconfig option

From: Jeff Garzik
Date: Thu May 24 2007 - 17:48:23 EST


Jan Altenberg wrote:
ucc_geth has been migrated to use the common phylib code. So lets add a
'select PHYLIB' to the UCC_GETH Kconfig entry.

Signed-off-by: Jan Altenberg <jan.altenberg@xxxxxxxxxxxxx>

---
drivers/net/Kconfig | 1 +
1 file changed, 1 insertion(+)

Index: linux-2.6/drivers/net/Kconfig
===================================================================
--- linux-2.6.orig/drivers/net/Kconfig
+++ linux-2.6/drivers/net/Kconfig
@@ -2280,6 +2280,7 @@ config GFAR_NAPI
config UCC_GETH
tristate "Freescale QE Gigabit Ethernet"
depends on QUICC_ENGINE
+ select PHYLIB
select UCC_FAST

Please fix the Kconfig warnings first.

Also, I ask again: WHO IS THE MAINTAINER OF THIS DRIVER?

I am tired of five independent people patching the same driver.

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/