summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-12-31 00:53:01 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-01-17 09:03:43 +0100
commit21c856797e2735fbd4e8b900803e6c42eae8d434 (patch)
tree1d11d6d4b26b0d0dcaf9a1b3d032fbb5013e9901
parent2d6dc19fd25d7ea1307951f45e4c372f1ff3daeb (diff)
downloadu-boot-21c856797e2735fbd4e8b900803e6c42eae8d434.tar.gz
u-boot-21c856797e2735fbd4e8b900803e6c42eae8d434.tar.bz2
u-boot-21c856797e2735fbd4e8b900803e6c42eae8d434.zip
riscv: qemu: imply GOLDFISH_RTC
QEMU's virt board provides an emulated Goldfish RTC. Enable the driver by default. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r--board/emulation/qemu-riscv/Kconfig2
1 files changed, 2 insertions, 0 deletions
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