diff options
author | Timur Tabi <timur@freescale.com> | 2008-01-09 17:35:05 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-23 19:34:10 -0600 |
commit | 845cf505cebd159b57b3ae3b25e9ad0eb036f9ab (patch) | |
tree | aaeb813efa4299bff6b6ea80e302d50b8777febd /arch/powerpc/sysdev/qe_lib/Kconfig | |
parent | bc556ba940085e46e0ab1b5ed7c31428dc86dd03 (diff) |
[POWERPC] QE: Add support for Freescale QUICCEngine UART
Add support for UART serial ports using a Freescale QUICCEngine. Update
booting-without-of.txt to define new properties for a QE UART node. Update
the MPC8323E-MDS device tree to add UCC5 as a UART. Update the QE library
to support slow UCC devices and modules.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/qe_lib/Kconfig')
-rw-r--r-- | arch/powerpc/sysdev/qe_lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/qe_lib/Kconfig b/arch/powerpc/sysdev/qe_lib/Kconfig index f611d344a12..adc66212a41 100644 --- a/arch/powerpc/sysdev/qe_lib/Kconfig +++ b/arch/powerpc/sysdev/qe_lib/Kconfig @@ -4,7 +4,7 @@ config UCC_SLOW bool - default n + default y if SERIAL_QE help This option provides qe_lib support to UCC slow protocols: UART, BISYNC, QMC |