Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
7e85e094
Commit
7e85e094
authored
21 years ago
by
Paul Mackerras
Browse files
Options
Download
Email Patches
Plain Diff
PPC32: Fix compilation when CPU_FREQ is defined.
parent
0cb4dd30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
arch/ppc/Kconfig
arch/ppc/Kconfig
+5
-1
No files found.
arch/ppc/Kconfig
View file @
7e85e094
...
...
@@ -473,7 +473,6 @@ config SANDPOINT
help
Select SANDPOINT if configuring for a Motorola Sandpoint X3
or X3(b).
X3 (any flavor).
config ADIR
bool "SBS-Adirondack"
...
...
@@ -693,6 +692,11 @@ config CPU_FREQ
If in doubt, say N.
config CPU_FREQ_TABLE
bool
depends on CPU_FREQ
default y
config CPU_FREQ_PROC_INTF
bool "/proc/cpufreq interface (DEPRECATED)"
depends on CPU_FREQ && PROC_FS
...
...
This diff is collapsed.
Click to expand it.
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