diff mbox series

arm64: defconfig: Enable RTC_DRV_MT6397 as module

Message ID 20211018101329.360892-1-angelogioacchino.delregno@collabora.com (mailing list archive)
State New, archived
Headers show
Series arm64: defconfig: Enable RTC_DRV_MT6397 as module | expand

Commit Message

AngeloGioacchino Del Regno Oct. 18, 2021, 10:13 a.m. UTC
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@collabora.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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