]> Git Repo - linux.git/commitdiff
arm64: defconfig: Enable MT6397 RTC
authorNícolas F. R. A. Prado <[email protected]>
Fri, 17 Dec 2021 16:24:45 +0000 (11:24 -0500)
committerMatthias Brugger <[email protected]>
Mon, 24 Jan 2022 16:58:41 +0000 (17:58 +0100)
The MT6397 RTC is part of the Mediatek MT6397 PMIC, which is present in
the mt8173-elm base board.

The driver for the PMIC is already enabled through CONFIG_MFD_MT6397, so
enable just the driver for the RTC.

Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
arch/arm64/configs/defconfig

index 30516dc0b70ec21939b0f3a6edc567440ddb5be7..6ce486a7f5695769e19a5700fbcc102ec9cbc2a0 100644 (file)
@@ -935,6 +935,7 @@ CONFIG_RTC_DRV_TEGRA=y
 CONFIG_RTC_DRV_SNVS=m
 CONFIG_RTC_DRV_IMX_SC=m
 CONFIG_RTC_DRV_XGENE=y
+CONFIG_RTC_DRV_MT6397=m
 CONFIG_DMADEVICES=y
 CONFIG_DMA_BCM2835=y
 CONFIG_DMA_SUN6I=m
This page took 0.057954 seconds and 4 git commands to generate.