diff options
Diffstat (limited to 'hw/rtc/Kconfig')
-rw-r--r-- | hw/rtc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/rtc/Kconfig b/hw/rtc/Kconfig index f06e133..730c272 100644 --- a/hw/rtc/Kconfig +++ b/hw/rtc/Kconfig @@ -1,10 +1,12 @@ config DS1338 bool depends on I2C + default y if I2C_DEVICES config M41T80 bool depends on I2C + default y if I2C_DEVICES config M48T59 bool |