aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Röjfors <[email protected]>2009-10-01 15:44:07 -0700
committerLinus Torvalds <[email protected]>2009-10-01 16:11:12 -0700
commit447e4460a4ef44a275f81d992d227f34673be2a8 (patch)
tree92dcd6c8d1d65ba998e13c3cf9891d8df5a6d044
parent4932be778952d4f3c278cbdef0d717358849aa8c (diff)
uartlite: allow building for timberdale MFD
Some configurations of the Timberdale FPGA has the uartlite included. Signed-off-by: Richard Röjfors <[email protected]> Cc: Alan Cox <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--drivers/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.