diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-04-01 19:08:10 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-04-04 11:07:11 +0300 |
commit | e89b60d02801b1fc334256261cb6c2511413ab69 (patch) | |
tree | ed68d4ec2633ae1301fcad50fd5f9c7804f1406f /drivers/rtc/Kconfig | |
parent | 802a779aeb662fadc0012aafba1da111debc623d (diff) | |
download | linux-e89b60d02801b1fc334256261cb6c2511413ab69.tar.xz |
rtc: pcf85063: switch to regmap
Switch to regmap to simplify register accesses and remove the need for
pcf85063_stop_clock/pcf85063_start_clock.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index fd1321875cb1..9e804ee16be0 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -439,6 +439,7 @@ config RTC_DRV_PCF8523 config RTC_DRV_PCF85063 tristate "NXP PCF85063" + select REGMAP_I2C help If you say yes here you get support for the PCF85063 RTC chip |