diff options
author | NĂcolas F. R. A. Prado <nfraprado@collabora.com> | 2021-12-17 17:24:45 +0100 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2022-01-24 17:58:41 +0100 |
commit | 1b9362ad46a172cf60df94501cb61e826672ca52 (patch) | |
tree | 154b42861a985d543730ae2bbdb0823ecb3c7902 /arch/arm64/configs | |
parent | Linux 5.17-rc1 (diff) | |
download | linux-1b9362ad46a172cf60df94501cb61e826672ca52.tar.xz linux-1b9362ad46a172cf60df94501cb61e826672ca52.zip |
arm64: defconfig: Enable MT6397 RTC
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 <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20211217162445.876034-1-nfraprado@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64/configs')
-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 30516dc0b70e..6ce486a7f569 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -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 |