commit | 647c19bc61023b305389f5b027b2f7edab0feca2 | [log] [tgz] |
---|---|---|
author | Yu-Tung Chang <mtwget@gmail.com> | Mon Aug 30 13:25:32 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Sep 26 14:09:02 2021 +0200 |
tree | f91cf5588381a438f8e4d91d87dd808947fd30b6 | |
parent | 9a14014df72d00d87a199e1f77896f7ea62cc126 [diff] |
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>