diff options
| author | Mike Rapoport <mike@compulab.co.il> | 2011-05-26 19:25:04 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-26 20:12:33 -0400 |
| 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 | |||
| 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 | ||
| 364 | config 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 | |||
| 364 | endif # I2C | 373 | endif # I2C |
| 365 | 374 | ||
| 366 | comment "SPI RTC drivers" | 375 | comment "SPI RTC drivers" |
