summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-01-30 07:45:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-01-31 09:22:44 +0100
commit73e4093651f2ff7c7ccf01f37644f7279e0cb939 (patch)
tree782972dee1c63ea1570c3daaf2af5ed000aeb016 /common
parent1db52e5a10394561dcb8bb4047bad4f23de8367e (diff)
downloadbarebox-73e4093651f2ff7c7ccf01f37644f7279e0cb939.tar.gz
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 <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20230130064510.2398689-1-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig4
1 files changed, 4 insertions, 0 deletions
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