The patch titled Add select PHYLIB to the UCC_GETH Kconfig option has been added to the -mm tree. Its filename is add-select-phylib-to-the-ucc_geth-kconfig-option.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 files 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 @@ -2332,6 +2332,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 add-select-phylib-to-the-ucc_geth-kconfig-option.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