]> git.neil.brown.name Git - history.git/commitdiff
PPC32: Fix compilation when CPU_FREQ is defined.
authorPaul Mackerras <paulus@samba.org>
Tue, 5 Aug 2003 00:05:23 +0000 (10:05 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 5 Aug 2003 00:05:23 +0000 (10:05 +1000)
arch/ppc/Kconfig

index 5afc403e608839982d9bad8717e2d39f4a1615ca..601f66b8e5e378c9ac6288cc0083b6a3d7e05285 100644 (file)
@@ -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