projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
654a60e
)
ARM: pxa: CPU_FREQ_TABLE is needed for CPU_FREQ
author
Arnd Bergmann
<arnd@arndb.de>
Sat, 1 Oct 2011 20:03:51 +0000
(22:03 +0200)
committer
Eric 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 3146ed3f6eca01a42068454e31f53a3330cc12c6..e1050a766a01c9db93a5f122468c21e15fae7ff1 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-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