Message ID | 1550742048-28068-5-git-send-email-biju.das@bp.renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On Thu, Feb 21, 2019 at 10:46 AM Biju Das <biju.das@bp.renesas.com> wrote: > Enable support for RX-8571/RX-8581 RTC by turning on > CONFIG_RTC_DRV_RX8581 as module. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Probably you want to enable this in (local) renesas_defconfig, too? Gr{oetje,eeting}s, Geert
Hi Geert, Thanks for the feedback. > Subject: Re: [PATCH 4/5] arm64: defconfig: enable RX-8581 config option > > On Thu, Feb 21, 2019 at 10:46 AM Biju Das <biju.das@bp.renesas.com> > wrote: > > Enable support for RX-8571/RX-8581 RTC by turning on > > CONFIG_RTC_DRV_RX8581 as module. > > > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > > Probably you want to enable this in (local) renesas_defconfig, too? Yes. Will send another patch to enable this in renesas_defconfig as well. Regards, Biju Renesas Electronics Europe GmbH,Geschaeftsfuehrer/President : Michael Hannawald, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany,Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647
On Fri, Mar 01, 2019 at 10:46:00AM +0000, Biju Das wrote: > Hi Geert, > > Thanks for the feedback. > > > Subject: Re: [PATCH 4/5] arm64: defconfig: enable RX-8581 config option > > > > On Thu, Feb 21, 2019 at 10:46 AM Biju Das <biju.das@bp.renesas.com> > > wrote: > > > Enable support for RX-8571/RX-8581 RTC by turning on > > > CONFIG_RTC_DRV_RX8581 as module. > > > > > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > > > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > > > > Probably you want to enable this in (local) renesas_defconfig, too? > > Yes. Will send another patch to enable this in renesas_defconfig as well. Thanks, I see that. I have gone ahead and applied this patch for v5.2.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2d9c390..c5ec86c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -605,6 +605,7 @@ CONFIG_EDAC_GHES=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_MAX77686=y CONFIG_RTC_DRV_RK808=m +CONFIG_RTC_DRV_RX8581=m CONFIG_RTC_DRV_S5M=y CONFIG_RTC_DRV_DS3232=y CONFIG_RTC_DRV_EFI=y
Enable support for RX-8571/RX-8581 RTC by turning on CONFIG_RTC_DRV_RX8581 as module. Signed-off-by: Biju Das <biju.das@bp.renesas.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)