rtc: Kconfig: select REGMAP_I2C when necessary
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 27 Jan 2020 22:17:24 +0000 (23:17 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 27 Jan 2020 22:36:19 +0000 (23:36 +0100)
commit578c2b661e2b1b474ea3571a3c3c6d57bae89e8d
tree545c572d6bb037c5fddb8009ad93f5a0a450bacc
parentc68209410752117fd0b11d88ca514563878f64aa
rtc: Kconfig: select REGMAP_I2C when necessary

Some i2c RTC drivers are using regmap but are not selecting REGMAP_I2C
which may lead to build failures.

Link: https://lore.kernel.org/r/20200127221724.10160-2-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig