From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chanwoo Choi Subject: Re: [PATCH 4/5] PM / devfreq: make event/exynos-nocp DEVFREQ_EVENT_EXYNOS_NOCP tristate Date: Mon, 27 Jun 2016 11:29:14 +0900 Message-ID: <57708F7A.70707@samsung.com> References: <20160625184351.5045-1-paul.gortmaker@windriver.com> <20160625184351.5045-5-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-reply-to: <20160625184351.5045-5-paul.gortmaker@windriver.com> Sender: linux-kernel-owner@vger.kernel.org To: Paul Gortmaker , linux-kernel@vger.kernel.org Cc: MyungJoo Ham , Kyungmin Park , Kukjin Kim , Krzysztof Kozlowski , linux-pm@vger.kernel.org, linux-samsung-soc@vger.kernel.org List-Id: linux-pm@vger.kernel.org Hi Paul, On 2016=EB=85=84 06=EC=9B=94 26=EC=9D=BC 03:43, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: >=20 > event/Kconfig:config DEVFREQ_EVENT_EXYNOS_NOCP > event/Kconfig: bool "EXYNOS NoC (Network On Chip) Probe DEVFREQ even= t Driver" >=20 > ...meaning that it currently is not being built as a module by anyone= =2E >=20 > Rather than rip out the existing modular code, Chanwoo indicated > that he'd rather see the driver offered as tristate. >=20 > I don't have the hardware for runtime validation, so this change > is only validated for compile and modpost. >=20 > Cc: Chanwoo Choi > Cc: MyungJoo Ham > Cc: Kyungmin Park > Cc: Kukjin Kim > Cc: Krzysztof Kozlowski > Cc: linux-pm@vger.kernel.org > Cc: linux-samsung-soc@vger.kernel.org > Signed-off-by: Paul Gortmaker > --- > drivers/devfreq/event/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/drivers/devfreq/event/Kconfig b/drivers/devfreq/event/Kc= onfig > index 1e8b4f469f38..96ea29d1ede5 100644 > --- a/drivers/devfreq/event/Kconfig > +++ b/drivers/devfreq/event/Kconfig > @@ -14,7 +14,7 @@ menuconfig PM_DEVFREQ_EVENT > if PM_DEVFREQ_EVENT > =20 > config DEVFREQ_EVENT_EXYNOS_NOCP > - bool "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver" > + tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver" > depends on ARCH_EXYNOS > select PM_OPP > help >=20 Acked-by: Chanwoo Choi Regards, Chanwoo Choi