summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2023-12-31 00:53:00 +0100
committerHeinrich Schuchardt <[email protected]>2024-01-17 09:03:43 +0100
commit2d6dc19fd25d7ea1307951f45e4c372f1ff3daeb (patch)
tree5c0a58cd28e56e6a0a1c8eb72c89367e9ca9f04e /drivers/rtc/Kconfig
parent467979b672be432b9f7904f6eefb3a05872855bb (diff)
rtc: driver for Goldfish RTC
The Goldfish RTC is a virtual device which may be supplied by QEMU. It is enabled by default on QEMU's RISC-V virt machine. Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 23173139e01..7fc53a6d61e 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -122,6 +122,13 @@ config RTC_EMULATION
CONFIG_BOOTP_NTPSERVER. The RTC time is advanced according to CPU
ticks.
+config RTC_GOLDFISH
+ bool "Enable Goldfish driver"
+ depends on DM_RTC
+ help
+ The Goldfish RTC is a virtual device which may be supplied by QEMU.
+ It is enabled by default on QEMU's RISC-V virt machine.
+
config RTC_ISL1208
bool "Enable ISL1208 driver"
depends on DM_RTC