Commit ca7d156e authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Eric Miao

ARM: pxa: CPU_FREQ_TABLE is needed for CPU_FREQ

The pxa specific cpufreq code is based on the cpu_freq_table
module, so we have to select that.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 654a60e0
...@@ -1953,6 +1953,7 @@ config CPU_FREQ_PXA ...@@ -1953,6 +1953,7 @@ config CPU_FREQ_PXA
bool bool
depends on CPU_FREQ && ARCH_PXA && PXA25x depends on CPU_FREQ && ARCH_PXA && PXA25x
default y default y
select CPU_FREQ_TABLE
select CPU_FREQ_DEFAULT_GOV_USERSPACE select CPU_FREQ_DEFAULT_GOV_USERSPACE
config CPU_FREQ_S3C config CPU_FREQ_S3C
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment