Skip to content

Commit

Permalink
rtc: rx8010: select REGMAP_I2C
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
Yu-Tung Chang authored and alexandrebelloni committed Sep 9, 2021
1 parent 8158da6 commit 0c45d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0c45d3e

Please sign in to comment.