The patch titled drivers/video/Kconfig: Fix FB_PMAGB_B dependencies has been added to the -mm tree. Its filename is drivers-video-kconfig-fix-fb_pmagb_b-dependencies.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: drivers/video/Kconfig: Fix FB_PMAGB_B dependencies From: "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx> Add a missing FB dependency to FB_PMAGB_B. Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/Kconfig~drivers-video-kconfig-fix-fb_pmagb_b-dependencies drivers/video/Kconfig --- a/drivers/video/Kconfig~drivers-video-kconfig-fix-fb_pmagb_b-dependencies +++ a/drivers/video/Kconfig @@ -1625,7 +1625,7 @@ config FB_PMAG_BA config FB_PMAGB_B tristate "PMAGB-B TURBOchannel framebuffer support" - depends on TC + depends on FB && TC select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT _ Patches currently in -mm which might be from macro@xxxxxxxxxxxxxx are origin.patch git-mips.patch sb1250-macc-de-typedef-de-volatile-de-etc.patch net_sb1250_mac-update-kconfig-entry.patch net_sb1250_mac-rename-to-sb1250_mac.patch include-linux-typesh-in-if_fddih.patch avoid-negative-and-full-width-shifts-in-radix-treec.patch drivers-video-kconfig-fix-fb_pmagb_b-dependencies.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