diff options
Diffstat (limited to 'hw/rtc/Kconfig')
-rw-r--r-- | hw/rtc/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/hw/rtc/Kconfig b/hw/rtc/Kconfig index d0d8dda..315b0e4 100644 --- a/hw/rtc/Kconfig +++ b/hw/rtc/Kconfig @@ -14,10 +14,6 @@ config M48T59 config PL031 bool -config TWL92230 - bool - depends on I2C - config MC146818RTC depends on ISA_BUS bool @@ -30,3 +26,8 @@ config GOLDFISH_RTC config LS7A_RTC bool + +config RS5C372_RTC + bool + depends on I2C + default y if I2C_DEVICES |