aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2016-01-04 18:04:35 +0100
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-03-14 17:08:10 +0100
commit68298c2dac96c75ed6950f059bbb1368c21da2a3 (patch)
tree499dd8e10006ebf0f5d6a954834ff10996eb4b42 /drivers/rtc/Kconfig
parentDocumentation: devicetree: add epson rx6110 binding (diff)
downloadwireguard-linux-68298c2dac96c75ed6950f059bbb1368c21da2a3.tar.xz
wireguard-linux-68298c2dac96c75ed6950f059bbb1368c21da2a3.zip
rtc: add driver for RX6110SA real time clock
The RX6110 comes in two different variants: SPI and I2C. This driver only supports the SPI variant. If the need ever arises to also support the I2C variant, this driver could easily be refactored to support both cases. Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
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 d47ad96132bf..ec6a25324525 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -743,6 +743,15 @@ config RTC_DRV_RX4581
This driver can also be built as a module. If so the module
will be called rtc-rx4581.
+config RTC_DRV_RX6110
+ tristate "Epson RX-6110"
+ select REGMAP_SPI
+ help
+ If you say yes here you will get support for the Epson RX-6610.
+
+ This driver can also be built as a module. If so the module
+ will be called rtc-rx6110.
+
config RTC_DRV_MCP795
tristate "Microchip MCP795"
help