projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96070b1
)
cpufreq: cris: select CPU_FREQ_TABLE
author
Viresh Kumar
<viresh.kumar@linaro.org>
Wed, 12 Jun 2013 06:40:41 +0000
(12:10 +0530)
committer
Viresh Kumar
<viresh.kumar@linaro.org>
Tue, 18 Jun 2013 08:23:07 +0000
(13:53 +0530)
CPUFreq driver of this platform uses APIs from freq_table.c and so must select
CPU_FREQ_TABLE.
Cc: linux-cris-kernel@axis.com
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
arch/cris/Kconfig
patch
|
blob
|
history
diff --git
a/arch/cris/Kconfig
b/arch/cris/Kconfig
index 8769a9045a543995c137f02f9bfc92bf3ce0da36..5f7530cc9a279a133f1f17a278c5fb53fb39f43b 100644
(file)
--- a/
arch/cris/Kconfig
+++ b/
arch/cris/Kconfig
@@
-134,11
+134,13
@@
config SVINTO_SIM
config ETRAXFS
bool "ETRAX-FS-V32"
+ select CPU_FREQ_TABLE if CPU_FREQ
help
Support CRIS V32.
config CRIS_MACH_ARTPEC3
bool "ARTPEC-3"
+ select CPU_FREQ_TABLE if CPU_FREQ
help
Support Axis ARTPEC-3.