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 <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8158da6 commit 0c45d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)