From: Benjamin Herrenschmidt Date: Mon, 15 Jul 2013 03:03:15 +0000 (+1000) Subject: powerpc/powernv: Enable detection of legacy UARTs X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8a05dd851410b3a299421a6c6975c081d3c805a8;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git powerpc/powernv: Enable detection of legacy UARTs Legacy UARTs can exist on PowerNV, memory-mapped ones on PCI or IO based ones on the LPC bus. Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/platforms/powernv/Kconfig b/arch/powerpc/platforms/powernv/Kconfig index 65295870766d..6fae5eb99ea6 100644 --- a/arch/powerpc/platforms/powernv/Kconfig +++ b/arch/powerpc/platforms/powernv/Kconfig @@ -8,6 +8,7 @@ config PPC_POWERNV select PPC_PCI_CHOICE if EMBEDDED select EPAPR_BOOT select PPC_INDIRECT_PIO + select PPC_UDBG_16550 default y config POWERNV_MSI