The patch titled uartlite: allow building for timberdale MFD has been added to the -mm tree. Its filename is uartlite-allow-building-for-timberdale-mfd.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: uartlite: allow building for timberdale MFD From: Richard Röjfors <richard.rojfors@xxxxxxxxxxxxxxx> Some configurations of the Timberdale FPGA has the uartlite included. Signed-off-by: Richard Röjfors <richard.rojfors@xxxxxxxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/serial/Kconfig~uartlite-allow-building-for-timberdale-mfd drivers/serial/Kconfig --- a/drivers/serial/Kconfig~uartlite-allow-building-for-timberdale-mfd +++ a/drivers/serial/Kconfig @@ -862,7 +862,7 @@ config SERIAL_IMX_CONSOLE config SERIAL_UARTLITE tristate "Xilinx uartlite serial port support" - depends on PPC32 || MICROBLAZE + depends on PPC32 || MICROBLAZE || MFD_TIMBERDALE select SERIAL_CORE help Say Y here if you want to use the Xilinx uartlite serial controller. _ Patches currently in -mm which might be from richard.rojfors@xxxxxxxxxxxxxxx are uartlite-allow-building-for-timberdale-mfd.patch xilinx_spi-split-into-generic-of-and-platform-driver-add-support-for-ds570.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