The patch titled Add select PHYLIB to the UCC_GETH Kconfig option has been removed from the -mm tree. Its filename was add-select-phylib-to-the-ucc_geth-kconfig-option.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Add select PHYLIB to the UCC_GETH Kconfig option From: Jan Altenberg <jan.altenberg@xxxxxxxxxxxxx> 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> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/net/Kconfig~add-select-phylib-to-the-ucc_geth-kconfig-option drivers/net/Kconfig --- a/drivers/net/Kconfig~add-select-phylib-to-the-ucc_geth-kconfig-option +++ a/drivers/net/Kconfig @@ -2280,6 +2280,7 @@ config GFAR_NAPI config UCC_GETH tristate "Freescale QE Gigabit Ethernet" depends on QUICC_ENGINE + select PHYLIB help This driver supports the Gigabit Ethernet mode of the QUICC Engine, which is available on some Freescale SOCs. _ Patches currently in -mm which might be from jan.altenberg@xxxxxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html