rtc: s5m: select REGMAP_I2C
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 14 Jan 2021 10:22:17 +0000 (11:22 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 16 Jan 2021 22:19:12 +0000 (23:19 +0100)
commit1f0cbda3b452b520c5f3794f8f0e410e8bc7386a
treec5177d376580ef1051bafd7e7a4f9870a9e14a5b
parent1bf3e6cce8305638a859f6192635ad73af525d85
rtc: s5m: select REGMAP_I2C

The rtc-s5m uses the I2C regmap but doesn't select it in Kconfig so
depending on the configuration the build may fail. Fix it.

Fixes: 959df7778bbd ("rtc: Enable compile testing for Maxim and Samsung drivers")
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210114102219.23682-2-brgl@bgdev.pl
drivers/rtc/Kconfig