All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: mediatek: turn MTK_PMIC_WRAP into visible symbols
@ 2017-09-21  9:01 ` sean.wang
  0 siblings, 0 replies; 12+ messages in thread
From: sean.wang @ 2017-09-21  9:01 UTC (permalink / raw)
  To: matthias.bgg, linux-mediatek, jdelvare, arnd
  Cc: linux-arm-kernel, linux-kernel, Sean Wang

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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-10-05  6:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-21  9:01 [PATCH] soc: mediatek: turn MTK_PMIC_WRAP into visible symbols sean.wang
2017-09-21  9:01 ` sean.wang at mediatek.com
2017-09-21  9:01 ` sean.wang
2017-09-26  6:00 ` Jean Delvare
2017-09-26  6:00   ` Jean Delvare
2017-09-26  6:00   ` Jean Delvare
2017-10-02 11:21   ` Arnd Bergmann
2017-10-02 11:21     ` Arnd Bergmann
2017-10-02 11:21     ` Arnd Bergmann
2017-10-05  6:33     ` Sean Wang
2017-10-05  6:33       ` Sean Wang
2017-10-05  6:33       ` Sean Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.