summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Makefile
diff options
context:
space:
mode:
authorSouvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>2016-01-12 11:31:39 +0100
committerDarren Hart <dvhart@linux.intel.com>2016-01-20 02:35:50 +0100
commit9d16b482b059d784137881f3ec4bb121c5a2e6ee (patch)
treea5d85c5fc5841d73e5ea6a50c1efe894ff67bbdc /drivers/platform/x86/Makefile
parentplatform/x86: Add Intel Telemetry Core Driver (diff)
downloadlinux-9d16b482b059d784137881f3ec4bb121c5a2e6ee.tar.xz
linux-9d16b482b059d784137881f3ec4bb121c5a2e6ee.zip
platform:x86: Add Intel telemetry platform driver
Telemetry platform driver implements the telemetry interfaces. Currently it supports ApolloLake. It uses the PUNIT and PMC IPC interfaces to configure the telemetry samples to read. The samples are read from a Secure SRAM region. Signed-off-by: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/Makefile')
-rw-r--r--drivers/platform/x86/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile
index 9277ce52d375..44440249b9ee 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -65,4 +65,5 @@ obj-$(CONFIG_ALIENWARE_WMI) += alienware-wmi.o
obj-$(CONFIG_INTEL_PMC_IPC) += intel_pmc_ipc.o
obj-$(CONFIG_SURFACE_PRO3_BUTTON) += surfacepro3_button.o
obj-$(CONFIG_INTEL_PUNIT_IPC) += intel_punit_ipc.o
-obj-$(CONFIG_INTEL_TELEMETRY) += intel_telemetry_core.o
+obj-$(CONFIG_INTEL_TELEMETRY) += intel_telemetry_core.o \
+ intel_telemetry_pltdrv.o