aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2013-06-12 12:10:41 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2013-06-18 13:53:10 +0530
commit842e756bbc0cab9c3a488d2453110d0d18d4cbb5 (patch)
treececc6716553dd6592c092494473149cd4bc61ccd /arch/arm/mach-pxa/Kconfig
parentcpufreq: powerpc: CBE_RAS: select CPU_FREQ_TABLE (diff)
downloadlinux-dev-842e756bbc0cab9c3a488d2453110d0d18d4cbb5.tar.xz
linux-dev-842e756bbc0cab9c3a488d2453110d0d18d4cbb5.zip
cpufreq: pxa: select CPU_FREQ_TABLE
CPUFreq driver of this platform uses APIs from freq_table.c and so must select CPU_FREQ_TABLE. Cc: Eric Miao <eric.y.miao@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-pxa/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 96100dbf5a2e..a8427115ee07 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -615,12 +615,14 @@ endmenu
config PXA25x
bool
select CPU_XSCALE
+ select CPU_FREQ_TABLE if CPU_FREQ
help
Select code specific to PXA21x/25x/26x variants
config PXA27x
bool
select CPU_XSCALE
+ select CPU_FREQ_TABLE if CPU_FREQ
help
Select code specific to PXA27x variants
@@ -633,6 +635,7 @@ config CPU_PXA26x
config PXA3xx
bool
select CPU_XSC3
+ select CPU_FREQ_TABLE if CPU_FREQ
help
Select code specific to PXA3xx variants