Commit 7e85e094 authored by Paul Mackerras's avatar Paul Mackerras

PPC32: Fix compilation when CPU_FREQ is defined.

parent 0cb4dd30
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment