console: Allow ARM64 platforms to select bootblock console

Change-Id: I09943aafe29f6e7a2a878e7b6141661982dfc645
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12658
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Martin Roth 2015-12-06 18:00:20 -07:00
parent 3fb73c267c
commit 9c073ed2fd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ menu "Console"
config BOOTBLOCK_CONSOLE
bool "Enable early (bootblock) console output."
depends on ARCH_ARM || ARCH_RISCV || ARCH_MIPS
depends on ARCH_ARM || ARCH_ARM64 || ARCH_RISCV || ARCH_MIPS
default n
help
Use console during the bootblock if supported