Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1736483 > unrolled thread
| Started by | <sean.wang@mediatek.com> |
|---|---|
| First post | 2017-09-21 11:10 +0200 |
| Last post | 2017-09-26 08:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] soc: mediatek: turn MTK_PMIC_WRAP into visible symbols <sean.wang@mediatek.com> - 2017-09-21 11:10 +0200
Re: [PATCH] soc: mediatek: turn MTK_PMIC_WRAP into visible symbols Jean Delvare <jdelvare@suse.de> - 2017-09-26 08:10 +0200
| From | <sean.wang@mediatek.com> |
|---|---|
| Date | 2017-09-21 11:10 +0200 |
| Subject | [PATCH] soc: mediatek: turn MTK_PMIC_WRAP into visible symbols |
| Message-ID | <us5EB-7k1-13@gated-at.bofh.it> |
From: Sean Wang <sean.wang@mediatek.com> MTK_PMIC_WRAP is the basic and required configuration for those various MediaTek PMICs, so turning MTK_PMIC_WRAP into visible symbols easily allows users tending to have the enablement for those PMICs. Signed-off-by: Sean Wang <sean.wang@mediatek.com> --- drivers/soc/mediatek/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/mediatek/Kconfig b/drivers/soc/mediatek/Kconfig index a2fcd7f..d513629 100644 --- a/drivers/soc/mediatek/Kconfig +++ b/drivers/soc/mediatek/Kconfig @@ -15,7 +15,7 @@ config MTK_INFRACFG config MTK_PMIC_WRAP tristate "MediaTek PMIC Wrapper Support" depends on ARCH_MEDIATEK - depends on RESET_CONTROLLER + select RESET_CONTROLLER select REGMAP help Say yes here to add support for MediaTek PMIC Wrapper found -- 2.7.4
[toc] | [next] | [standalone]
| From | Jean Delvare <jdelvare@suse.de> |
|---|---|
| Date | 2017-09-26 08:10 +0200 |
| Message-ID | <utRea-PB-7@gated-at.bofh.it> |
| In reply to | #1736483 |
On Thu, 21 Sep 2017 17:01:05 +0800, sean.wang@mediatek.com wrote: > From: Sean Wang <sean.wang@mediatek.com> > > MTK_PMIC_WRAP is the basic and required configuration for those various > MediaTek PMICs, so turning MTK_PMIC_WRAP into visible symbols easily > allows users tending to have the enablement for those PMICs. I can't really make sense of the sentence above, sorry, and can't see how it matches the change below anyway. MTK_PMIC_WRAP is already a visible symbol before this change. The change is probably good in itself, but please try to come up with a better description. > Signed-off-by: Sean Wang <sean.wang@mediatek.com> > --- > drivers/soc/mediatek/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/soc/mediatek/Kconfig b/drivers/soc/mediatek/Kconfig > index a2fcd7f..d513629 100644 > --- a/drivers/soc/mediatek/Kconfig > +++ b/drivers/soc/mediatek/Kconfig > @@ -15,7 +15,7 @@ config MTK_INFRACFG > config MTK_PMIC_WRAP > tristate "MediaTek PMIC Wrapper Support" > depends on ARCH_MEDIATEK > - depends on RESET_CONTROLLER > + select RESET_CONTROLLER > select REGMAP > help > Say yes here to add support for MediaTek PMIC Wrapper found -- Jean Delvare SUSE L3 Support
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web