[PATCH] virt: select COMMON_CLK & COMMON_CLK_OF_PROVIDER
Rouven Czerwinski
rouven.czerwinski at linaro.org
Tue May 13 03:45:21 PDT 2025
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 at 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
More information about the barebox
mailing list