From 73e4093651f2ff7c7ccf01f37644f7279e0cb939 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 30 Jan 2023 07:45:10 +0100 Subject: ARM: add DEBUG_LL support for ARM64 QEMU Virt We have DEBUG_LL for the PL011 on the ARM64 QEMU Virt, but it is unused. Wire it in. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20230130064510.2398689-1-ahmad@a3f.at Signed-off-by: Sascha Hauer --- common/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index 9e175d36c4..d957970993 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1479,6 +1479,10 @@ config DEBUG_SUN20I depends on SOC_ALLWINNER_SUN20I select DEBUG_LL_NS16550 +config DEBUG_QEMU_ARM64_VIRT + bool "QEMU ARM64 Virt PL011 console" + depends on ARCH_ARM64_VIRT + endchoice config DEBUG_LL_NS16550 -- cgit v1.2.1