From 21c856797e2735fbd4e8b900803e6c42eae8d434 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sun, 31 Dec 2023 00:53:01 +0100 Subject: riscv: qemu: imply GOLDFISH_RTC QEMU's virt board provides an emulated Goldfish RTC. Enable the driver by default. Signed-off-by: Heinrich Schuchardt --- board/emulation/qemu-riscv/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index d5f302ffda..9538c66e8b 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -60,6 +60,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply NVME_PCI imply PCIE_ECAM_GENERIC imply DM_RNG + imply DM_RTC + imply RTC_GOLDFISH imply SCSI imply SYS_NS16550 imply SIFIVE_SERIAL -- cgit v1.2.3