diff options
author | Venkat Prashanth B U <venkat.prashanth2498@gmail.com> | 2016-06-01 11:59:54 +0530 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-04 16:05:59 +0200 |
commit | 06776c89214a14735fed5519340e2cea88b5b91f (patch) | |
tree | 5ba435ffcd3aeaf8ed69398ad402e88824d9058c /drivers/rtc/Kconfig | |
parent | 82df3e045d8cce5eaeb9bf1ed1d8d8841b04a41a (diff) | |
download | linux-06776c89214a14735fed5519340e2cea88b5b91f.tar.bz2 |
rtc: add support for Maxim max6916
Add support for Maxim max6916 RTC.
Signed-off-by: Venkat Prashanth B U <venkat.prashanth2498@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 18639e0cb6e2..9f8b59d94b1d 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -670,6 +670,18 @@ config RTC_DRV_DS1390 This driver can also be built as a module. If so, the module will be called rtc-ds1390. +config RTC_DRV_MAX6916 + tristate "Maxim MAX6916" + help + If you say yes here you will get support for the + Maxim MAX6916 SPI RTC chip. + + This driver only supports the RTC feature, and not other chip + features such as alarms. + + This driver can also be built as a module. If so, the module + will be called rtc-max6916. + config RTC_DRV_R9701 tristate "Epson RTC-9701JE" help |