From: Linus Walleij Date: Wed, 10 Aug 2016 08:47:11 +0000 (+0200) Subject: ARM: defconfig: turn on the DT cpufreq for Integrator X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=672806a5f168696164b3cc4f204eeb2c14b7d822;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: defconfig: turn on the DT cpufreq for Integrator The Integrators are now migrated to handle the CPUfreq scaling using the generic devicetree CPUfreq driver using the common clock framework and have the required device tree modifications, so turn off the old driver and turn on the new generic driver. Cc: Rafael J. Wysocki Cc: Viresh Kumar Cc: Russell King Signed-off-by: Linus Walleij Signed-off-by: Olof Johansson --- diff --git a/arch/arm/configs/integrator_defconfig b/arch/arm/configs/integrator_defconfig index 869faae67201..69cb8f1efcea 100644 --- a/arch/arm/configs/integrator_defconfig +++ b/arch/arm/configs/integrator_defconfig @@ -26,6 +26,7 @@ CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPUFREQ_DT=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y