aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2008-01-15 09:56:13 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-23 19:34:12 -0600
commitd7584ed2b994a572326650b0c4d2c25961e6f49d (patch)
tree6de7ffefe6bf4394b3a10f5e87b3b6b0dd44d52d /drivers/serial/Kconfig
parent845cf505cebd159b57b3ae3b25e9ad0eb036f9ab (diff)
downloadlinux-d7584ed2b994a572326650b0c4d2c25961e6f49d.tar.gz
[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 d7e1996e2fec29..d962b74e311433 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