Skip to content

Commit

Permalink
ARM: pxa: CPU_FREQ_TABLE is needed for CPU_FREQ
Browse files Browse the repository at this point in the history
The pxa specific cpufreq code is based on the cpu_freq_table
module, so we have to select that.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Arnd Bergmann authored and Eric Miao committed Oct 8, 2011
1 parent 654a60e commit ca7d156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1953,6 +1953,7 @@ config CPU_FREQ_PXA
bool
depends on CPU_FREQ && ARCH_PXA && PXA25x
default y
select CPU_FREQ_TABLE
select CPU_FREQ_DEFAULT_GOV_USERSPACE

config CPU_FREQ_S3C
Expand Down

0 comments on commit ca7d156

Please sign in to comment.