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:
parent
3fb73c267c
commit
9c073ed2fd
|
@ -2,7 +2,7 @@ menu "Console"
|
||||||
|
|
||||||
config BOOTBLOCK_CONSOLE
|
config BOOTBLOCK_CONSOLE
|
||||||
bool "Enable early (bootblock) console output."
|
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
|
default n
|
||||||
help
|
help
|
||||||
Use console during the bootblock if supported
|
Use console during the bootblock if supported
|
||||||
|
|
Loading…
Reference in New Issue