diff options
author | Mike Rapoport | 2011-05-26 16:25:04 -0700 |
---|---|---|
committer | Linus Torvalds | 2011-05-26 17:12:33 -0700 |
commit | ae3551f9cae5727819d02398b588ac14ef0a9cce (patch) | |
tree | 51f1da1007420faef6f242c38fe9db4b8b54092c /drivers/rtc/Kconfig | |
parent | f77fbdf952d81ae20911edccea16693f9fb7c5a0 (diff) |
rtc: add EM3027 rtc driver
Add support for EM Microelectronic EM3027 RTC chip.
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 9 |
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 This driver can also be built as a module. If so, the module will be called rtc-rx8025. +config RTC_DRV_EM3027 + tristate "EM Microelectronic EM3027" + help + If you say yes here you get support for the EM + Microelectronic EM3027 RTC chips. + + This driver can also be built as a module. If so, the module + will be called rtc-em3027. + endif # I2C comment "SPI RTC drivers" |