From: Stephen Boyd Date: Tue, 3 Jun 2014 18:24:23 +0000 (-0700) Subject: ARM: Remove ARCH_HAS_CPUFREQ config option X-Git-Tag: omap-for-v3.16/fixes-rc4~82^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19682f72f5db906c393a5c61b8db2476974f8172;p=pandora-kernel.git ARM: Remove ARCH_HAS_CPUFREQ config option This config exists entirely to hide the cpufreq menu from the kernel configuration unless a platform has selected it. Nothing is actually built if this config is 'Y' and it just leads to more patches that add a select under a platform Kconfig so that some other CPUfreq option can be chosen. Let's remove the option so that we can always enable CPUfreq drivers on ARM platforms. Acked-by: Viresh Kumar Signed-off-by: Stephen Boyd Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed