Message ID | 20200616090324.6976-1-georgi.djakov@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | fedeeb465cf062749ee2a25c7df83d7ae4455b91 |
Headers | show |
Series | arm64: defconfig: Enable the PM8xxx RTC driver | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 883e8bace3ed..387807e40010 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -760,6 +760,7 @@ CONFIG_RTC_DRV_S3C=y CONFIG_RTC_DRV_PL031=y CONFIG_RTC_DRV_SUN6I=y CONFIG_RTC_DRV_ARMADA38X=y +CONFIG_RTC_DRV_PM8XXX=m CONFIG_RTC_DRV_TEGRA=y CONFIG_RTC_DRV_SNVS=m CONFIG_RTC_DRV_IMX_SC=m
Enable the driver for the real time clock found in the PMICs on various Qualcomm platforms. Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)