diff options
author | Stephen Boyd | 2014-06-03 20:24:23 +0200 |
---|---|---|
committer | Arnd Bergmann | 2014-06-17 17:09:39 +0200 |
commit | 19682f72f5db906c393a5c61b8db2476974f8172 (patch) | |
tree | 4f6d1fe2906c4f21663d956d81caf3ca1291e704 /arch/arm/mach-highbank | |
parent | ARM: integrator: fix section mismatch problem (diff) | |
download | kernel-qcow2-linux-19682f72f5db906c393a5c61b8db2476974f8172.tar.gz kernel-qcow2-linux-19682f72f5db906c393a5c61b8db2476974f8172.tar.xz kernel-qcow2-linux-19682f72f5db906c393a5c61b8db2476974f8172.zip |
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 <viresh.kumar@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-highbank')
-rw-r--r-- | arch/arm/mach-highbank/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig index 830b76e70250..a5960e2ac090 100644 --- a/arch/arm/mach-highbank/Kconfig +++ b/arch/arm/mach-highbank/Kconfig @@ -1,7 +1,6 @@ config ARCH_HIGHBANK bool "Calxeda ECX-1000/2000 (Highbank/Midway)" if ARCH_MULTI_V7 select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE - select ARCH_HAS_CPUFREQ select ARCH_HAS_HOLES_MEMORYMODEL select ARCH_HAS_OPP select ARCH_SUPPORTS_BIG_ENDIAN |