diff options
author | Ezequiel Garcia <ezequiel.garcia@imgtec.com> | 2015-04-28 19:08:35 -0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-06-21 21:53:36 +0200 |
commit | 018f62ee203465b11e2dfc8cabebcf4aa15bb1dd (patch) | |
tree | 699e2f7ddc6799ca9e7ebf488b664a9b8dc21877 /arch/mips/Kconfig | |
parent | 8bac078c5d6653a419ae980db9b6ebbf29e8759e (diff) | |
download | linux-rpi-018f62ee203465b11e2dfc8cabebcf4aa15bb1dd.tar.gz linux-rpi-018f62ee203465b11e2dfc8cabebcf4aa15bb1dd.tar.bz2 linux-rpi-018f62ee203465b11e2dfc8cabebcf4aa15bb1dd.zip |
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>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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. |