- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / drivers / cpufreq / Kconfig
index a27266b..c159ae6 100644 (file)
@@ -1,6 +1,5 @@
 config CPU_FREQ
        bool "CPU Frequency scaling"
-       depends on !XEN
        help
          CPU Frequency scaling allows you to change the clock speed of 
          CPUs on the fly. This is a nice method to save power, because 
@@ -10,9 +9,6 @@ config CPU_FREQ
          clock speed, you need to either enable a dynamic cpufreq governor
          (see below) after boot, or use a userspace tool.
 
-         To compile this driver as a module, choose M here: the
-         module will be called cpufreq.
-
          For details, take a look at <file:Documentation/cpu-freq>.
 
          If in doubt, say N.