diff options
author | Raghavendra Ganiga <ravi23ganiga@gmail.com> | 2016-08-31 22:56:41 +0530 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-09-22 00:14:40 +0200 |
commit | ee85bb5bbe4ae690b48625874bc2b6ecc981326e (patch) | |
tree | 15ec03b1bc8339d055e59f0d3dfb5128a7251145 /drivers/rtc/Kconfig | |
parent | 68669d55f7ad31832692254485a07b6e412ae082 (diff) | |
download | linux-ee85bb5bbe4ae690b48625874bc2b6ecc981326e.tar.bz2 |
rtc: ds1347: changed raw spi calls to register map calls
This patch changes calls of spi read write calls to register map
read and write calls in rtc ds1347
Signed-off-by: Raghavendra Chandra Ganiga <ravi23ganiga@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.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 531343a260f8..4f6bda83e099 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -665,6 +665,7 @@ config RTC_DRV_DS1343 will be called rtc-ds1343. config RTC_DRV_DS1347 + select REGMAP_SPI tristate "Dallas/Maxim DS1347" help If you say yes here you get support for the |