From: Richard Röjfors Date: Thu, 1 Oct 2009 22:44:07 +0000 (-0700) Subject: uartlite: allow building for timberdale MFD X-Git-Tag: Ubuntu-5.10.0-12.13~30955 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=447e4460a4ef44a275f81d992d227f34673be2a8;p=mirror_ubuntu-hirsute-kernel.git uartlite: allow building for timberdale MFD Some configurations of the Timberdale FPGA has the uartlite included. Signed-off-by: Richard Röjfors Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index e70712044a7e..e52257257279 100644 --- a/drivers/serial/Kconfig +++ b/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.