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 <paul.burton@imgtec.com> Reviewed-on: https://chromium-review.googlesource.com/207973 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: Vadim Bendebury <vbendeb@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org>
This commit is contained in:
parent
b6bd7c0de3
commit
1a41853273
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue