0513a085ac7b794368f53ef0ffe90b8b82dc0c57
[openwrt/openwrt.git] / target / linux / mediatek / patches-4.14 / 0139-rtc-mediatek-enhance-the-description-for-MediaTek-PM.patch
1 From ff4f8c2c894f1e6b5b5551571e22b2f947545bff Mon Sep 17 00:00:00 2001
2 From: Sean Wang <sean.wang@mediatek.com>
3 Date: Mon, 23 Oct 2017 15:16:46 +0800
4 Subject: [PATCH 139/224] rtc: mediatek: enhance the description for MediaTek
5 PMIC based RTC
6
7 Give a better description for original MediaTek RTC driver as PMIC based
8 RTC in order to distinguish SoC based RTC. Also turning all words with
9 Mediatek to MediaTek here.
10
11 Cc: Eddie Huang <eddie.huang@mediatek.com>
12 Signed-off-by: Sean Wang <sean.wang@mediatek.com>
13 Acked-by: Eddie Huang <eddie.huang@mediatek.com>
14 Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
15 ---
16 drivers/rtc/Kconfig | 8 ++++----
17 1 file changed, 4 insertions(+), 4 deletions(-)
18
19 --- a/drivers/rtc/Kconfig
20 +++ b/drivers/rtc/Kconfig
21 @@ -1706,14 +1706,14 @@ config RTC_DRV_MOXART
22 will be called rtc-moxart
23
24 config RTC_DRV_MT6397
25 - tristate "Mediatek Real Time Clock driver"
26 + tristate "MediaTek PMIC based RTC"
27 depends on MFD_MT6397 || (COMPILE_TEST && IRQ_DOMAIN)
28 help
29 - This selects the Mediatek(R) RTC driver. RTC is part of Mediatek
30 + This selects the MediaTek(R) RTC driver. RTC is part of MediaTek
31 MT6397 PMIC. You should enable MT6397 PMIC MFD before select
32 - Mediatek(R) RTC driver.
33 + MediaTek(R) RTC driver.
34
35 - If you want to use Mediatek(R) RTC interface, select Y or M here.
36 + If you want to use MediaTek(R) RTC interface, select Y or M here.
37
38 config RTC_DRV_MT7622
39 tristate "MediaTek SoC based RTC"