All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] intel_scu_ipc: Match the changes in the x86 configuration
@ 2011-12-15 22:25 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2011-12-15 22:25 UTC (permalink / raw)
  To: mjg, platform-driver-x86

From: Alan Cox <alan@linux.intel.com>

We need to depend on INTEL_MID because the SCU is Moorestown and Medfield.

Signed-off-by: Alan Cox <alan@linux.intel.com>
---

 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-15 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-15 22:25 [PATCH] intel_scu_ipc: Match the changes in the x86 configuration Alan Cox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.