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>
This commit is contained in:
parent
5f5e302b53
commit
842e756bbc
|
@ -615,12 +615,14 @@ endmenu
|
||||||
config PXA25x
|
config PXA25x
|
||||||
bool
|
bool
|
||||||
select CPU_XSCALE
|
select CPU_XSCALE
|
||||||
|
select CPU_FREQ_TABLE if CPU_FREQ
|
||||||
help
|
help
|
||||||
Select code specific to PXA21x/25x/26x variants
|
Select code specific to PXA21x/25x/26x variants
|
||||||
|
|
||||||
config PXA27x
|
config PXA27x
|
||||||
bool
|
bool
|
||||||
select CPU_XSCALE
|
select CPU_XSCALE
|
||||||
|
select CPU_FREQ_TABLE if CPU_FREQ
|
||||||
help
|
help
|
||||||
Select code specific to PXA27x variants
|
Select code specific to PXA27x variants
|
||||||
|
|
||||||
|
@ -633,6 +635,7 @@ config CPU_PXA26x
|
||||||
config PXA3xx
|
config PXA3xx
|
||||||
bool
|
bool
|
||||||
select CPU_XSC3
|
select CPU_XSC3
|
||||||
|
select CPU_FREQ_TABLE if CPU_FREQ
|
||||||
help
|
help
|
||||||
Select code specific to PXA3xx variants
|
Select code specific to PXA3xx variants
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue