The patch titled Fix Au1100 fb dependencies, add helptext has been added to the -mm tree. Its filename is fix-au1100-fb-dependencies-add-helptext.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: Fix Au1100 fb dependencies, add helptext From: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/Kconfig | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletion(-) diff -puN drivers/video/Kconfig~fix-au1100-fb-dependencies-add-helptext drivers/video/Kconfig --- a/drivers/video/Kconfig~fix-au1100-fb-dependencies-add-helptext +++ a/drivers/video/Kconfig @@ -1570,7 +1570,14 @@ config FB_PM3 config FB_AU1100 bool "Au1100 LCD Driver" - depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y + depends on (FB = y) && MIPS && SOC_AU1100 + select FB_CFB_FILLRECT + select FB_CFB_COPYAREA + select FB_CFB_IMAGEBLIT + help + This is the framebuffer driver for the AMD Au1100 SOC. It can drive + various panels and CRTs by passing in kernel cmd line option + au1100fb:panel=<name>. config FB_AU1200 bool "Au1200 LCD Driver" _ Patches currently in -mm which might be from ralf@xxxxxxxxxxxxxx are fix-au1100-fb-dependencies-add-helptext.patch tty-add-the-new-ioctls-and-definitionto-the-mips.patch serial_txx9-fix-modem-control-line-handling.patch serial_txx9-cleanup-includes.patch during-vm-oom-condition-kill-all-threads-in-process-group.patch drivers-pmc-msp71xx-gpio-char-driver.patch whitelist-references-from-__dbe_table-to-init.patch bpqether-fix-rcu-usage.patch serial-fix-section-mismatch-vr41xx_siu.patch serial-fix-vr41xx_siu-interface-select.patch serial-fix-vr41xx_siu-serial-console-support.patch remove-tx3912fb.patch sb1250-duart-__maybe_unused-etc-fixes.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