Message ID | 1503054758-6713-1-git-send-email-biju.das@bp.renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Aug 18, 2017 at 12:12:38PM +0100, Biju Das wrote: > The iWave RZ/G1M Q7 SOM supports RTC (TI BQ32000). > To increase hardware support enable the driver in the > multi_v7_defconfig multiplatform configuration. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> Thanks, applied for v4.15.
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 18e1f80..1ca9c91 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -766,6 +766,7 @@ CONFIG_RTC_DRV_MAX8997=m CONFIG_RTC_DRV_MAX77686=y CONFIG_RTC_DRV_RK808=m CONFIG_RTC_DRV_RS5C372=m +CONFIG_RTC_DRV_BQ32K=m CONFIG_RTC_DRV_PALMAS=y CONFIG_RTC_DRV_ST_LPC=y CONFIG_RTC_DRV_TWL4030=y
The iWave RZ/G1M Q7 SOM supports RTC (TI BQ32000). To increase hardware support enable the driver in the multi_v7_defconfig multiplatform configuration. Signed-off-by: Biju Das <biju.das@bp.renesas.com> --- v1->v2 Changed the enable option as module. This patch is tested against linux-next tag next-20170817 as well as renesas-dev tag renesas-devel-20170815-v4.13-rc5 . arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+)