diff options
author | Alan Cox <alan@linux.intel.com> | 2011-12-17 17:42:27 +0000 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-12-18 09:16:07 +0100 |
commit | c95aaeffd8a41bde48270040abe3cab8ea328787 (patch) | |
tree | ea75ff852f4c614df3ba42038cab5b132b3f4052 | |
parent | a0c3832a578c84d4a93c61e22cb09c99fa9447ea (diff) | |
download | linux-3.10-c95aaeffd8a41bde48270040abe3cab8ea328787.tar.gz linux-3.10-c95aaeffd8a41bde48270040abe3cab8ea328787.tar.bz2 linux-3.10-c95aaeffd8a41bde48270040abe3cab8ea328787.zip |
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>
-rw-r--r-- | 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 7f43cf86d77..f995e6e2f78 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 |