Message ID | 1607445491-208271-2-git-send-email-t.remmet@phytec.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Initial support for phyBOARD-Pollux i.MX8MP | expand |
On Tue, Dec 08, 2020 at 05:38:08PM +0100, Teresa Remmet wrote: > Enable rv3028 i2c rtc driver as module. It is populated on > phyBOARD-Pollux-i.MX8M Plus. > > Signed-off-by: Teresa Remmet <t.remmet@phytec.de> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 5cfe3cf6f2ac..38754c164348 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -818,6 +818,7 @@ CONFIG_RTC_DRV_MAX77686=y CONFIG_RTC_DRV_RK808=m CONFIG_RTC_DRV_PCF85363=m CONFIG_RTC_DRV_RX8581=m +CONFIG_RTC_DRV_RV3028=m CONFIG_RTC_DRV_RV8803=m CONFIG_RTC_DRV_S5M=y CONFIG_RTC_DRV_DS3232=y
Enable rv3028 i2c rtc driver as module. It is populated on phyBOARD-Pollux-i.MX8M Plus. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)