diff options
author | Alan Cox <[email protected]> | 2011-12-17 17:42:27 +0000 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2011-12-18 09:16:07 +0100 |
commit | c95aaeffd8a41bde48270040abe3cab8ea328787 (patch) | |
tree | ea75ff852f4c614df3ba42038cab5b132b3f4052 | |
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 <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-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 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 |