diff options
author | Georgi Djakov <[email protected]> | 2020-06-16 12:03:24 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-06-21 00:19:27 -0700 |
commit | fedeeb465cf062749ee2a25c7df83d7ae4455b91 (patch) | |
tree | af5a379723760c8d8450cd17200a024c2f75ee93 | |
parent | 3ac98ea25cd5b5feb3c010cc2d60b79a3344004e (diff) |
arm64: defconfig: Enable the PM8xxx RTC driver
Enable the driver for the real time clock found in the PMICs on various
Qualcomm platforms.
Signed-off-by: Georgi Djakov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-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 ce507be4c7fa..5848799dcad0 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 |