summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorYu-Tung Chang <mtwget@gmail.com>2021-08-30 13:25:32 +0800
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2021-09-09 10:18:40 +0200
commit0c45d3e24ef3d3d87c5e0077b8f38d1372af7176 (patch)
tree73520334e9d885665d02f245eb7bc82ed9074046 /drivers/rtc
parent8158da6a33f2656c2a98c30eb9185a44e215a6b6 (diff)
downloadlinux-0c45d3e24ef3d3d87c5e0077b8f38d1372af7176.tar.gz
linux-0c45d3e24ef3d3d87c5e0077b8f38d1372af7176.tar.xz
rtc: rx8010: select REGMAP_I2C
The rtc-rx8010 uses the I2C regmap but doesn't select it in Kconfig so depending on the configuration the build may fail. Fix it. Signed-off-by: Yu-Tung Chang <mtwget@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210830052532.40356-1-mtwget@gmail.com
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index daff06707455..e1bc5214494e 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -633,6 +633,7 @@ config RTC_DRV_FM3130
config RTC_DRV_RX8010
tristate "Epson RX8010SJ"
+ select REGMAP_I2C
help
If you say yes here you get support for the Epson RX8010SJ RTC
chip.