From: Michael Ellerman Date: Wed, 23 Aug 2017 05:38:00 +0000 (+1000) Subject: powerpc/configs/6xx: Reinstate CONFIG_CPU_FREQ_STAT X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6946d5e1fa1ba5db51f20caef106a2a205202549;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git powerpc/configs/6xx: Reinstate CONFIG_CPU_FREQ_STAT In commit 1aefc75b2449 ("cpufreq: stats: Make the stats code non-modular"), the CPU_FREQ_STAT code was made non-modular. Our defconfig still said =m though, which meant we no longer got the code at all. Switch the defconfig to =y. Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig index 8baa79eb7a4d..18cf037435a4 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig @@ -61,7 +61,7 @@ CONFIG_SBC8641D=y CONFIG_MPC8610_HPCD=y CONFIG_GEF_SBC610=y CONFIG_CPU_FREQ=y -CONFIG_CPU_FREQ_STAT=m +CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=m