Skip to content

Commit 0c45d3e

Browse files
Yu-Tung Changalexandrebelloni
authored andcommitted
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
1 parent 8158da6 commit 0c45d3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/rtc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ config RTC_DRV_FM3130
633633

634634
config RTC_DRV_RX8010
635635
tristate "Epson RX8010SJ"
636+
select REGMAP_I2C
636637
help
637638
If you say yes here you get support for the Epson RX8010SJ RTC
638639
chip.

0 commit comments

Comments
 (0)