rtc: rx8010: select REGMAP_I2C
authorYu-Tung Chang <mtwget@gmail.com>
Mon, 30 Aug 2021 05:25:32 +0000 (13:25 +0800)
committerDom Cobley <popcornmix@gmail.com>
Thu, 14 Oct 2021 11:33:04 +0000 (12:33 +0100)
commit8fa40ea367d6638e364dc12909607e969b44f76b
treef8c8c9898cb84318dfef57e459e4bb4e814a782d
parentfbe4c99a65357bc11f4ade5679912d3f786fa03b
rtc: rx8010: select REGMAP_I2C

[ Upstream commit 0c45d3e24ef3d3d87c5e0077b8f38d1372af7176 ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/rtc/Kconfig