diff options
Diffstat (limited to 'hw/rtc/Kconfig')
-rw-r--r-- | hw/rtc/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/hw/rtc/Kconfig b/hw/rtc/Kconfig new file mode 100644 index 000000000..f06e133b8 --- /dev/null +++ b/hw/rtc/Kconfig @@ -0,0 +1,27 @@ +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 + depends on ISA_BUS + bool + +config SUN4V_RTC + bool + +config GOLDFISH_RTC + bool |