We need to select SERIAL_8250_RT288X to make the uart work on ralink SoC. Signed-off-by: John Crispin <blogic@xxxxxxxxxxx> --- Changes in V2 * a bogus rebase broke the patch and added the extra select to the wrong platform arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c1997db..2e8939f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -441,6 +441,7 @@ config RALINK select SYS_HAS_EARLY_PRINTK select HAVE_MACH_CLKDEV select CLKDEV_LOOKUP + select SERIAL_8250_RT288X config SGI_IP22 bool "SGI IP22 (Indy/Indigo2)" -- 1.7.10.4