diff options
author | Sean Wang <sean.wang@mediatek.com> | 2017-10-23 15:16:45 +0800 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-10-26 10:43:29 +0200 |
commit | ba5d018135ef4eb59e6143bff0aaeef118ff78a1 (patch) | |
tree | e7901dba93e6b484806dd385df8a7fdb77f0f73d /drivers/rtc/Kconfig | |
parent | 1901142ba8d5bf9f21b86d33770be8309071c25d (diff) | |
download | linux-ba5d018135ef4eb59e6143bff0aaeef118ff78a1.tar.bz2 |
rtc: mediatek: add driver for RTC on MT7622 SoC
This patch introduces the driver for the RTC on MT7622 SoC.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Reviewed-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index e0e58f3b1420..322752ebc5a7 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1715,6 +1715,16 @@ config RTC_DRV_MT6397 If you want to use Mediatek(R) RTC interface, select Y or M here. +config RTC_DRV_MT7622 + tristate "MediaTek SoC based RTC" + depends on ARCH_MEDIATEK || COMPILE_TEST + help + This enables support for the real time clock built in the MediaTek + SoCs. + + This drive can also be built as a module. If so, the module + will be called rtc-mt7622. + config RTC_DRV_XGENE tristate "APM X-Gene RTC" depends on HAS_IOMEM |