ARM: pxa: CPU_FREQ_TABLE is needed for CPU_FREQ
authorArnd Bergmann <arnd@arndb.de>
Sat, 1 Oct 2011 20:03:51 +0000 (22:03 +0200)
committerEric Miao <eric.y.miao@gmail.com>
Sat, 8 Oct 2011 13:03:01 +0000 (21:03 +0800)
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>
arch/arm/Kconfig

index 3146ed3..e1050a7 100644 (file)
@@ -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