diff options
author | Matthew Garrett <mjg@redhat.com> | 2010-05-07 14:30:00 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-05-17 12:08:33 -0400 |
commit | 6c62673cf58516e1b82329ac90ebf3ff3f485672 (patch) | |
tree | e1e1edf210c8dde6edbdfa32ed6ff59ac553729b /drivers/platform | |
parent | 89a7644be2c59eea443b0db2514fd42d5de909f8 (diff) |
drivers/platform/x86: Clarify the MRST IPC driver description slightly
Make it clear that this driver is only needed for embedded hardware,
not PCs.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 0ec796d9da1a..3e1b8a288719 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -534,6 +534,7 @@ config INTEL_SCU_IPC | |||
534 | default y | 534 | default y |
535 | ---help--- | 535 | ---help--- |
536 | IPC is used to bridge the communications between kernel and SCU on | 536 | IPC is used to bridge the communications between kernel and SCU on |
537 | some embedded Intel x86 platforms. | 537 | some embedded Intel x86 platforms. This is not needed for PC-type |
538 | machines. | ||
538 | 539 | ||
539 | endif # X86_PLATFORM_DEVICES | 540 | endif # X86_PLATFORM_DEVICES |