Message ID | 1554749572-5090-1-git-send-email-abel.vesa@nxp.com |
---|---|
State | In Next |
Commit | 808c99f77c4ece31899fa1ed87745fee3e8ca962 |
Headers | show |
Series |
|
Related | show |
> From: Abel Vesa > Sent: Tuesday, April 9, 2019 2:53 AM > > i.MX8MQ needs it for RTC support. > > Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Regards Dong Aisheng
On Mon, Apr 08, 2019 at 06:53:03PM +0000, Abel Vesa wrote: > i.MX8MQ needs it for RTC support. > > Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Applied, thanks.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 9e313f5..81739d6 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -619,6 +619,7 @@ CONFIG_RTC_DRV_PL031=y CONFIG_RTC_DRV_SUN6I=y CONFIG_RTC_DRV_ARMADA38X=y CONFIG_RTC_DRV_TEGRA=y +CONFIG_RTC_DRV_SNVS=y CONFIG_RTC_DRV_IMX_SC=m CONFIG_RTC_DRV_XGENE=y CONFIG_DMADEVICES=y
i.MX8MQ needs it for RTC support. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)