Re: [PATCH 7/8] ARM: sunxi: Select PM_OPP

2017-02-27 Thread Maxime Ripard
On Thu, Feb 09, 2017 at 05:39:21PM +0100, Maxime Ripard wrote: > Device frequency scaling is implemented through devfreq in the kernel, > which requires CONFIG_PM_OPP. > > Let's select it. > > Signed-off-by: Maxime Ripard Applied. Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Ker

[PATCH 7/8] ARM: sunxi: Select PM_OPP

2017-02-09 Thread Maxime Ripard
Device frequency scaling is implemented through devfreq in the kernel, which requires CONFIG_PM_OPP. Let's select it. Signed-off-by: Maxime Ripard --- arch/arm/mach-sunxi/Kconfig | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunx