diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2024-10-10 17:49:49 +0900 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2024-11-11 22:13:39 +0100 |
commit | 00f1bb9b8486bc963211e6c8eae34a1e759efbd1 (patch) | |
tree | f7b12fc8a558ec0776122ecd27ce55b7fb30e7a8 /drivers/rtc/Kconfig | |
parent | b263d7c102126a65ca493c627cb13905e0abd215 (diff) | |
download | linux-00f1bb9b8486bc963211e6c8eae34a1e759efbd1.tar.gz linux-00f1bb9b8486bc963211e6c8eae34a1e759efbd1.tar.bz2 linux-00f1bb9b8486bc963211e6c8eae34a1e759efbd1.zip |
rtc: pcf8563: Switch to regmap
Switch the i2c_transfer methods to regmap APIs.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Link: https://lore.kernel.org/r/20241010084949.3351182-3-iwamatsu@nigauri.org
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 5c003c0c2f7a..0e6e0b8b45f7 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -496,6 +496,7 @@ config RTC_DRV_PCF85363 config RTC_DRV_PCF8563 tristate "Philips PCF8563/Epson RTC8564" + select REGMAP_I2C help If you say yes here you get support for the Philips PCF8563 RTC chip. The Epson RTC8564 |