diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2019-04-08 21:53:03 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-05-20 04:08:28 +0300 |
commit | 462864e208d98063aec3ad58350805a30f85a161 (patch) | |
tree | ef9464f52f48d3984b82e1a756b43c2fe96b1b25 /arch/arm64/configs | |
parent | 81ab47e04bcabbfe2c52acb91c0bcbf3396fde78 (diff) | |
download | linux-462864e208d98063aec3ad58350805a30f85a161.tar.xz |
arm64: defconfig: Enable RTC_DRV_SNVS
i.MX8MQ needs it for RTC support.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b35a3a2f5914..b702a2586884 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -612,6 +612,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=m CONFIG_RTC_DRV_IMX_SC=m CONFIG_RTC_DRV_XGENE=y CONFIG_DMADEVICES=y |