diff options
author | Timur Tabi <timur@freescale.com> | 2008-01-15 09:56:13 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-23 19:34:12 -0600 |
commit | d7584ed2b994a572326650b0c4d2c25961e6f49d (patch) | |
tree | 6de7ffefe6bf4394b3a10f5e87b3b6b0dd44d52d /drivers/serial/Kconfig | |
parent | 845cf505cebd159b57b3ae3b25e9ad0eb036f9ab (diff) | |
download | linux-3.10-d7584ed2b994a572326650b0c4d2c25961e6f49d.tar.gz linux-3.10-d7584ed2b994a572326650b0c4d2c25961e6f49d.tar.bz2 linux-3.10-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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index d7e1996e2fe..d962b74e311 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 |