Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 6 Feb 2003 16:26:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 6 Feb 2003 16:26:42 -0500 Received: from fmr04.intel.com ([143.183.121.6]:9961 "EHLO caduceus.sc.intel.com") by vger.kernel.org with ESMTP id ; Thu, 6 Feb 2003 16:26:41 -0500 Subject: [PATCH][TRIVIAL] ACPI_PROCESSOR depends on CPU_FREQ From: Rusty Lynch To: andrew.grover@intel.com Cc: lkml Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 06 Feb 2003 13:28:11 -0800 Message-Id: <1044566892.3098.19.camel@vmhack> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 824 Lines: 26 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/