Skip to content

Commit

Permalink
x86/intel/scu/ipc: Match the changes in the x86 configuration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alan Cox authored and Ingo Molnar committed Dec 18, 2011
1 parent a0c3832 commit c95aaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c95aaef

Please sign in to comment.