File tree Expand file tree Collapse file tree 3 files changed +405
-0
lines changed Expand file tree Collapse file tree 3 files changed +405
-0
lines changed Original file line number Diff line number Diff line change @@ -1530,6 +1530,16 @@ config RTC_DRV_MOXART
1530
1530
This driver can also be built as a module. If so, the module
1531
1531
will be called rtc-moxart
1532
1532
1533
+ config RTC_DRV_MT6397
1534
+ tristate "Mediatek Real Time Clock driver"
1535
+ depends on MFD_MT6397 || COMPILE_TEST
1536
+ help
1537
+ This selects the Mediatek(R) RTC driver. RTC is part of Mediatek
1538
+ MT6397 PMIC. You should enable MT6397 PMIC MFD before select
1539
+ Mediatek(R) RTC driver.
1540
+
1541
+ If you want to use Mediatek(R) RTC interface, select Y or M here.
1542
+
1533
1543
config RTC_DRV_XGENE
1534
1544
tristate "APM X-Gene RTC"
1535
1545
depends on HAS_IOMEM
Original file line number Diff line number Diff line change @@ -155,3 +155,4 @@ obj-$(CONFIG_RTC_DRV_X1205) += rtc-x1205.o
155
155
obj-$(CONFIG_RTC_DRV_XGENE) += rtc-xgene.o
156
156
obj-$(CONFIG_RTC_DRV_SIRFSOC) += rtc-sirfsoc.o
157
157
obj-$(CONFIG_RTC_DRV_MOXART) += rtc-moxart.o
158
+ obj-$(CONFIG_RTC_DRV_MT6397) += rtc-mt6397.o
You can’t perform that action at this time.
0 commit comments