From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: [PATCH] intel_scu_ipc: Match the changes in the x86 configuration Date: Thu, 15 Dec 2011 22:25:54 +0000 Message-ID: <20111215222549.9560.14901.stgit@bob.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:56302 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756377Ab1LOWNm (ORCPT ); Thu, 15 Dec 2011 17:13:42 -0500 Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: mjg@redhat.com, platform-driver-x86@vger.kernel.org From: Alan Cox We need to depend on INTEL_MID because the SCU is Moorestown and Medfield. Signed-off-by: Alan Cox --- drivers/platform/x86/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 7f43cf8..f995e6e 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -639,7 +639,7 @@ config ACPI_CMPC config INTEL_SCU_IPC bool "Intel SCU IPC Support" - depends on X86_MRST + depends on X86_INTEL_MID default y ---help--- IPC is used to bridge the communications between kernel and SCU on