Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
29a21004
Commit
29a21004
authored
Feb 26, 2004
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CPUFREQ] Fix ARM cpufreq governor selection
From: Russell King <rmk@arm.linux.org.uk>
parent
42124408
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
arch/arm/Kconfig
arch/arm/Kconfig
+0
-2
drivers/cpufreq/Kconfig
drivers/cpufreq/Kconfig
+2
-1
No files found.
arch/arm/Kconfig
View file @
29a21004
...
@@ -336,14 +336,12 @@ config CPU_FREQ_SA1100
...
@@ -336,14 +336,12 @@ config CPU_FREQ_SA1100
bool
bool
depends on CPU_FREQ && SA1100_LART
depends on CPU_FREQ && SA1100_LART
default y
default y
select CPU_FREQ_DEFAULT_GOV_USERSPACE
select CPU_FREQ_24_API if SYSCTL
select CPU_FREQ_24_API if SYSCTL
config CPU_FREQ_SA1110
config CPU_FREQ_SA1110
bool
bool
depends on CPU_FREQ && (SA1100_ASSABET || SA1100_CERF || SA1100_PT_SYSTEM3)
depends on CPU_FREQ && (SA1100_ASSABET || SA1100_CERF || SA1100_PT_SYSTEM3)
default y
default y
select CPU_FREQ_DEFAULT_GOV_USERSPACE
select CPU_FREQ_24_API if SYSCTL
select CPU_FREQ_24_API if SYSCTL
config CPU_FREQ_INTEGRATOR
config CPU_FREQ_INTEGRATOR
...
...
drivers/cpufreq/Kconfig
View file @
29a21004
...
@@ -13,7 +13,8 @@ config CPU_FREQ_PROC_INTF
...
@@ -13,7 +13,8 @@ config CPU_FREQ_PROC_INTF
choice
choice
prompt "Default CPUFreq governor"
prompt "Default CPUFreq governor"
depends on CPU_FREQ
depends on CPU_FREQ
default CPU_FREQ_DEFAULT_GOV_PERFORMANCE
default CPU_FREQ_DEFAULT_GOV_PERFORMANCE if !CPU_FREQ_SA1100 && !CPU_FREQ_SA1110
default CPU_FREQ_DEFAULT_GOV_USERSPACE if CPU_FREQ_SA1100 || CPU_FREQ_SA1110
help
help
This option sets which CPUFreq governor shall be loaded at
This option sets which CPUFreq governor shall be loaded at
startup. If in doubt, select 'performance'.
startup. If in doubt, select 'performance'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment