summaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2008-01-15 16:56:13 +0100
committerKumar Gala <galak@kernel.crashing.org>2008-01-24 02:34:12 +0100
commitd7584ed2b994a572326650b0c4d2c25961e6f49d (patch)
tree6de7ffefe6bf4394b3a10f5e87b3b6b0dd44d52d /drivers/serial/Kconfig
parent[POWERPC] QE: Add support for Freescale QUICCEngine UART (diff)
downloadlinux-d7584ed2b994a572326650b0c4d2c25961e6f49d.tar.xz
linux-d7584ed2b994a572326650b0c4d2c25961e6f49d.zip
[POWERPC] qe-uart: add support for Freescale QUICCEngine UART
Add file ucc_uart.c, a serial device driver for the Freescale QUICCEngine. Update the Kconfig and Makefile accordingly. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index d7e1996e2fec..d962b74e3114 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -1284,4 +1284,14 @@ config SERIAL_OF_PLATFORM
Currently, only 8250 compatible ports are supported, but
others can easily be added.
+config SERIAL_QE
+ tristate "Freescale QUICC Engine serial port support"
+ depends on QUICC_ENGINE
+ select SERIAL_CORE
+ select FW_LOADER
+ default n
+ help
+ This driver supports the QE serial ports on Freescale embedded
+ PowerPC that contain a QUICC Engine.
+
endmenu