diff options
author | Alan Cox <alan@linux.intel.com> | 2011-12-17 12:42:27 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-12-18 03:16:07 -0500 |
commit | c95aaeffd8a41bde48270040abe3cab8ea328787 (patch) | |
tree | ea75ff852f4c614df3ba42038cab5b132b3f4052 /drivers/platform/x86/Kconfig | |
parent | a0c3832a578c84d4a93c61e22cb09c99fa9447ea (diff) |
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>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-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 7f43cf86d776..f995e6e2f78c 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -639,7 +639,7 @@ config ACPI_CMPC | |||
639 | 639 | ||
640 | config INTEL_SCU_IPC | 640 | config INTEL_SCU_IPC |
641 | bool "Intel SCU IPC Support" | 641 | bool "Intel SCU IPC Support" |
642 | depends on X86_MRST | 642 | depends on X86_INTEL_MID |
643 | default y | 643 | default y |
644 | ---help--- | 644 | ---help--- |
645 | IPC is used to bridge the communications between kernel and SCU on | 645 | IPC is used to bridge the communications between kernel and SCU on |