aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 3db52f01d458..512b40ea32cd 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -361,6 +361,15 @@ config RTC_DRV_RX8025
361 This driver can also be built as a module. If so, the module 361 This driver can also be built as a module. If so, the module
362 will be called rtc-rx8025. 362 will be called rtc-rx8025.
363 363
364config RTC_DRV_EM3027
365 tristate "EM Microelectronic EM3027"
366 help
367 If you say yes here you get support for the EM
368 Microelectronic EM3027 RTC chips.
369
370 This driver can also be built as a module. If so, the module
371 will be called rtc-em3027.
372
364endif # I2C 373endif # I2C
365 374
366comment "SPI RTC drivers" 375comment "SPI RTC drivers"