Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1459736
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: exynos_defconfig: Enable bus frequency scaling with DEVFREQ/DEVFREQ-Event |
| Date | 2016-08-10 22:00 +0200 |
| Message-ID | <s4HPs-16w-21@gated-at.bofh.it> (permalink) |
| References | <rV0gF-qZ-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 07/15/2016 03:33 AM, Chanwoo Choi wrote: > This patch enables the bus frequency scaling driver with DEVFREQ and > DEVFREQ-Event framework. This patches already was merged for Odroid-U3/XU3 > ,Trats2 and Rinato/Monk boards. > > Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> > --- > arch/arm/configs/exynos_defconfig | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig > index a5aa44c56bfe..37052b115a40 100644 > --- a/arch/arm/configs/exynos_defconfig > +++ b/arch/arm/configs/exynos_defconfig > @@ -219,6 +219,16 @@ CONFIG_CROS_EC_CHARDEV=y > CONFIG_COMMON_CLK_MAX77686=y > CONFIG_COMMON_CLK_MAX77802=y > CONFIG_COMMON_CLK_S2MPS11=y > +CONFIG_PM_DEVFREQ=y > +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y > +CONFIG_DEVFREQ_GOV_PERFORMANCE=y > +CONFIG_DEVFREQ_GOV_POWERSAVE=y > +CONFIG_DEVFREQ_GOV_USERSPACE=y > +CONFIG_DEVFREQ_GOV_PASSIVE=y > +CONFIG_ARM_EXYNOS_BUS_DEVFREQ=y > +CONFIG_PM_DEVFREQ_EVENT=y > +CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP=y > +CONFIG_DEVFREQ_EVENT_EXYNOS_PPMU=y Applied with small changes in commit message and removal of symbols already selected (defconfig). Best regards, Krzysztof
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] ARM: exynos_defconfig: Enable bus frequency scaling with DEVFREQ/DEVFREQ-Event Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-08-10 22:00 +0200
csiph-web