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>
diff --git a/src/console/Kconfig b/src/console/Kconfig
index 3130ee9..73c6b28 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -2,7 +2,7 @@
 
 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