[PATCH][TRIVIAL] ACPI_PROCESSOR depends on CPU_FREQ

Rusty Lynch (rusty@linux.co.intel.com)
06 Feb 2003 13:28:11 -0800


After pulling from Linus's tree my build broke while attempting to
compile drivers/acpi/processor.c because cpufreq_get_policy() and
cpufreq_set_policy() were not defined.

Here is a quick Kconfig fix.

--rustyl

--- drivers/acpi/Kconfig.orig 2003-02-06 13:29:24.000000000 -0800
+++ drivers/acpi/Kconfig 2003-02-06 13:31:01.000000000 -0800
@@ -110,6 +110,7 @@

config ACPI_PROCESSOR
tristate "Processor"
+ depends on CPU_FREQ
depends on IA64 && !IA64_HP_SIM || X86 && ACPI && !ACPI_HT_ONLY
help
This driver installs ACPI as the idle handler for Linux, and uses

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/