From: Bartosz Golaszewski Date: Thu, 14 Jan 2021 10:22:17 +0000 (+0100) Subject: rtc: s5m: select REGMAP_I2C X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1f0cbda3b452b520c5f3794f8f0e410e8bc7386a;p=linux.git 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 Reviewed-by: Krzysztof Kozlowski Signed-off-by: Alexandre Belloni Link: https://lore.kernel.org/r/20210114102219.23682-2-brgl@bgdev.pl --- diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 3b5510c9bffa6..fe4fdb75a4c5a 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -692,6 +692,7 @@ config RTC_DRV_S5M tristate "Samsung S2M/S5M series" depends on MFD_SEC_CORE || COMPILE_TEST select REGMAP_IRQ + select REGMAP_I2C help If you say yes here you will get support for the RTC of Samsung S2MPS14 and S5M PMIC series.