From 1a41853273ef9ae716d5645379fcef79c5771b87 Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Sat, 14 Jun 2014 00:04:33 +0100 Subject: [PATCH] console: Allow bootblock console on MIPS In addition to ARM based systems, allow MIPS based systems to select bootblock console support. BUG=chrome-os-partner:31438 TEST=none yet Change-Id: I41f03ea8c8104ba2dd9f532b084696385d29636c Signed-off-by: Paul Burton Reviewed-on: https://chromium-review.googlesource.com/207973 Reviewed-by: Aaron Durbin Tested-by: Vadim Bendebury Commit-Queue: Vadim Bendebury --- src/console/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console/Kconfig b/src/console/Kconfig index d42fa3787b..7dac48213e 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -2,7 +2,7 @@ menu "Console" config BOOTBLOCK_CONSOLE bool "Enable early (bootblock) console output." - depends on ARCH_ARM + depends on ARCH_ARM || ARCH_MIPS default n help Use console during the bootblock if supported