[PATCH] arm64: defconfig: Enable RTC_DRV_MT6397 as module

AngeloGioacchino Del Regno angelogioacchino.delregno at collabora.com
Mon Oct 18 03:13:29 PDT 2021


Enable this driver to let RTC probe on various MediaTek SoCs, including
mt6358, mt6795 and mt8173: these all have a DT node to probe the RTC.

Also, having a RTC in place is necessary for certain KernelCI suspend
tests to run.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 86224aa3a74b..be132058a1ed 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -922,6 +922,7 @@ CONFIG_RTC_DRV_PM8XXX=m
 CONFIG_RTC_DRV_TEGRA=y
 CONFIG_RTC_DRV_SNVS=m
 CONFIG_RTC_DRV_IMX_SC=m
+CONFIG_RTC_DRV_MT6397=m
 CONFIG_RTC_DRV_XGENE=y
 CONFIG_DMADEVICES=y
 CONFIG_DMA_BCM2835=y
-- 
2.33.0




More information about the linux-arm-kernel mailing list