From: Heinrich Schuchardt Date: Sat, 30 Dec 2023 23:53:01 +0000 (+0100) Subject: riscv: qemu: imply GOLDFISH_RTC X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=21c856797e2735fbd4e8b900803e6c42eae8d434;p=u-boot.git riscv: qemu: imply GOLDFISH_RTC QEMU's virt board provides an emulated Goldfish RTC. Enable the driver by default. Signed-off-by: Heinrich Schuchardt --- 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