From: Ezequiel Garcia Date: Tue, 28 Apr 2015 22:08:35 +0000 (-0300) Subject: MIPS: Pistachio: Support 8250-based early printk X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~12074^2~63 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=018f62ee203465b11e2dfc8cabebcf4aa15bb1dd;p=mirror_ubuntu-focal-kernel.git MIPS: Pistachio: Support 8250-based early printk Pistachio SoCs are capable of early printk with generic 8250 support, so let's select the options to enable it. Signed-off-by: Ezequiel Garcia Cc: linux-mips@linux-mips.org Cc: Andrew Bresticker Cc: James Hartley Patchwork: https://patchwork.linux-mips.org/patch/9913/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index be384d6a58bb..e38f6111b20f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -388,6 +388,8 @@ config MACH_PISTACHIO select SYS_SUPPORTS_MIPS_CPS select SYS_SUPPORTS_MULTITHREADING select SYS_SUPPORTS_ZBOOT + select SYS_HAS_EARLY_PRINTK + select USE_GENERIC_EARLY_PRINTK_8250 select USE_OF help This enables support for the IMG Pistachio SoC platform.