diff options
Diffstat (limited to 'hw/rtc/Kconfig')
-rw-r--r-- | hw/rtc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/rtc/Kconfig b/hw/rtc/Kconfig index 2fe04ec..315b0e4 100644 --- a/hw/rtc/Kconfig +++ b/hw/rtc/Kconfig @@ -26,3 +26,8 @@ config GOLDFISH_RTC config LS7A_RTC bool + +config RS5C372_RTC + bool + depends on I2C + default y if I2C_DEVICES |