* [PATCH] virt: select COMMON_CLK & COMMON_CLK_OF_PROVIDER
@ 2025-05-13 10:45 Rouven Czerwinski
0 siblings, 0 replies; only message in thread
From: Rouven Czerwinski @ 2025-05-13 10:45 UTC (permalink / raw)
To: barebox; +Cc: Rouven Czerwinski
Otherwise the qemu invocation provided in the documentation leads to no
output on the serial console, presumably because the serial driver can
not calculate the timings. This was not noticed in the multi_v8_defconfig since
any other platform selects both.
Tested by using multi_v8_defconfig and disabling every other platform
except virt.
Signed-off-by: Rouven Czerwinski <rouven.czerwinski@linaro.org>
---
arch/arm/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 84b1660d1e..0800b15d78 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -146,6 +146,8 @@ config ARCH_ARM64_VIRT
select BOARD_ARM_VIRT
select HW_HAS_PCI
select HAS_DEBUG_LL
+ select COMMON_CLK
+ select COMMON_CLK_OF_PROVIDER
config ARCH_BCM283X
bool "Broadcom BCM283x based boards"
--
2.48.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-13 10:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-13 10:45 [PATCH] virt: select COMMON_CLK & COMMON_CLK_OF_PROVIDER Rouven Czerwinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox