diff options
| author | Heinrich Schuchardt <[email protected]> | 2023-12-31 00:53:01 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-01-17 09:03:43 +0100 |
| commit | 21c856797e2735fbd4e8b900803e6c42eae8d434 (patch) | |
| tree | 1d11d6d4b26b0d0dcaf9a1b3d032fbb5013e9901 | |
| parent | 2d6dc19fd25d7ea1307951f45e4c372f1ff3daeb (diff) | |
riscv: qemu: imply GOLDFISH_RTC
QEMU's virt board provides an emulated Goldfish RTC. Enable the driver by
default.
Signed-off-by: Heinrich Schuchardt <[email protected]>
| -rw-r--r-- | board/emulation/qemu-riscv/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index d5f302ffdab..9538c66e8be 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 |
