summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Makefile
diff options
context:
space:
mode:
authorqipeng.zha <qipeng.zha@intel.com>2015-06-26 18:32:15 +0200
committerDarren Hart <dvhart@linux.intel.com>2015-06-30 00:28:14 +0200
commit0a8b83530b6f67b9a50bd7937d57a5deea187b5b (patch)
tree30851cbb0eb824a75ccc4b7a0212a5403ad5b26f /drivers/platform/x86/Makefile
parenttc1100-wmi: Delete an unnecessary check before the function call "kfree" (diff)
downloadlinux-0a8b83530b6f67b9a50bd7937d57a5deea187b5b.tar.xz
linux-0a8b83530b6f67b9a50bd7937d57a5deea187b5b.zip
intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver
This driver provides support for PMC control on Apollo Lake platforms. The PMC is an ARC processor which defines some IPC commands for communication with other entities in the CPU. Signed-off-by: qipeng.zha <qipeng.zha@intel.com> [fengguang.wu@intel.com: Fix Sparse and Cocinelle warnings] Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/Makefile')
-rw-r--r--drivers/platform/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile
index b3e54ed863c3..dda95a985321 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -59,3 +59,4 @@ obj-$(CONFIG_INTEL_SMARTCONNECT) += intel-smartconnect.o
obj-$(CONFIG_PVPANIC) += pvpanic.o
obj-$(CONFIG_ALIENWARE_WMI) += alienware-wmi.o
+obj-$(CONFIG_INTEL_PMC_IPC) += intel_pmc_ipc.o