aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/rtc/Kconfig')
-rw-r--r--hw/rtc/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/hw/rtc/Kconfig b/hw/rtc/Kconfig
new file mode 100644
index 0000000000..45daa8d655
--- /dev/null
+++ b/hw/rtc/Kconfig
@@ -0,0 +1,23 @@
+config DS1338
+ bool
+ depends on I2C
+
+config M41T80
+ bool
+ depends on I2C
+
+config M48T59
+ bool
+
+config PL031
+ bool
+
+config TWL92230
+ bool
+ depends on I2C
+
+config MC146818RTC
+ bool
+
+config SUN4V_RTC
+ bool