diff options
author | Sreedhara DS <sreedhara.ds@intel.com> | 2010-04-26 18:13:05 +0100 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-05-17 12:06:07 -0400 |
commit | 9a58a3333923c7fef4ba6ac9afd817429e63a1fe (patch) | |
tree | d03aa10c45b458a1661b6f35e1763c9cdbb8104e /drivers/platform/x86/Makefile | |
parent | d5c051f1080e0eec55f3fc42c37d941681941628 (diff) | |
download | linux-9a58a3333923c7fef4ba6ac9afd817429e63a1fe.tar.bz2 |
IPC driver for Intel Mobile Internet Device (MID) platforms
The IPC (inter processor communications) is used to provide the
communications between kernel and system control units on some embedded
Intel x86 platforms.
(Various bits of clean up and restructuring by Alan Cox)
Signed-off-by: Sreedhara DS <sreedhara.ds@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/Makefile')
-rw-r--r-- | drivers/platform/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile index a906490e3530..8770bfe71431 100644 --- a/drivers/platform/x86/Makefile +++ b/drivers/platform/x86/Makefile @@ -25,3 +25,4 @@ obj-$(CONFIG_ACPI_ASUS) += asus_acpi.o obj-$(CONFIG_TOPSTAR_LAPTOP) += topstar-laptop.o obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o obj-$(CONFIG_TOSHIBA_BT_RFKILL) += toshiba_bluetooth.o +obj-$(CONFIG_INTEL_SCU_IPC) += intel_scu_ipc.o |