On 06-02-17, 13:51, Markus Mayer wrote: > From: Markus Mayer <mmayer@xxxxxxxxxxxx> > > Enable all applicable CPUfreq options. > > Signed-off-by: Markus Mayer <mmayer@xxxxxxxxxxxx> > --- > arch/mips/configs/bmips_stb_defconfig | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/mips/configs/bmips_stb_defconfig b/arch/mips/configs/bmips_stb_defconfig > index 3be15cb..3cefa6b 100644 > --- a/arch/mips/configs/bmips_stb_defconfig > +++ b/arch/mips/configs/bmips_stb_defconfig > @@ -15,6 +15,14 @@ CONFIG_EXPERT=y > # CONFIG_BLK_DEV_BSG is not set > # CONFIG_IOSCHED_DEADLINE is not set > # CONFIG_IOSCHED_CFQ is not set > +CONFIG_CPU_FREQ=y > +CONFIG_CPU_FREQ_STAT=y > +CONFIG_CPU_FREQ_GOV_POWERSAVE=y > +CONFIG_CPU_FREQ_GOV_USERSPACE=y > +CONFIG_CPU_FREQ_GOV_ONDEMAND=y > +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y > +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y > +CONFIG_BMIPS_CPUFREQ=y > CONFIG_NET=y > CONFIG_PACKET=y > CONFIG_PACKET_DIAG=y Reviewed-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> -- viresh