mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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 <ezequiel.garcia@imgtec.com> Cc: linux-mips@linux-mips.org Cc: Andrew Bresticker <abrestic@chromium.org> Cc: James Hartley <james.hartley@imgtec.com> Patchwork: https://patchwork.linux-mips.org/patch/9913/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
8bac078c5d
commit
018f62ee20
@ -388,6 +388,8 @@ config MACH_PISTACHIO
|
|||||||
select SYS_SUPPORTS_MIPS_CPS
|
select SYS_SUPPORTS_MIPS_CPS
|
||||||
select SYS_SUPPORTS_MULTITHREADING
|
select SYS_SUPPORTS_MULTITHREADING
|
||||||
select SYS_SUPPORTS_ZBOOT
|
select SYS_SUPPORTS_ZBOOT
|
||||||
|
select SYS_HAS_EARLY_PRINTK
|
||||||
|
select USE_GENERIC_EARLY_PRINTK_8250
|
||||||
select USE_OF
|
select USE_OF
|
||||||
help
|
help
|
||||||
This enables support for the IMG Pistachio SoC platform.
|
This enables support for the IMG Pistachio SoC platform.
|
||||||
|
Loading…
Reference in New Issue
Block a user