* [PATCH] (resend)intel_scu_ipc: Match the changes in the x86 configuration
@ 2011-12-17 17:42 Alan Cox
2011-12-18 23:52 ` [tip:x86/platform] x86/intel/scu/ipc: " tip-bot for Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2011-12-17 17:42 UTC (permalink / raw)
To: mjg, platform-driver-x86, linux-kernel, mingo
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 [flat|nested] 2+ messages in thread
* [tip:x86/platform] x86/intel/scu/ipc: Match the changes in the x86 configuration
2011-12-17 17:42 [PATCH] (resend)intel_scu_ipc: Match the changes in the x86 configuration Alan Cox
@ 2011-12-18 23:52 ` tip-bot for Alan Cox
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Alan Cox @ 2011-12-18 23:52 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, alan, hpa, mingo, tglx, mingo
Commit-ID: c95aaeffd8a41bde48270040abe3cab8ea328787
Gitweb: http://git.kernel.org/tip/c95aaeffd8a41bde48270040abe3cab8ea328787
Author: Alan Cox <alan@linux.intel.com>
AuthorDate: Sat, 17 Dec 2011 17:42:27 +0000
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Sun, 18 Dec 2011 09:16:07 +0100
x86/intel/scu/ipc: Match the changes in the x86 configuration
We need to depend on INTEL_MID because the SCU is Moorestown and
Medfield.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Cc: mjg@redhat.com
Link: http://lkml.kernel.org/r/20111217174215.7096.7786.stgit@bob.linux.org.uk
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
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 [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-18 23:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-17 17:42 [PATCH] (resend)intel_scu_ipc: Match the changes in the x86 configuration Alan Cox
2011-12-18 23:52 ` [tip:x86/platform] x86/intel/scu/ipc: " tip-bot for Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome