diff options
author | qipeng.zha <qipeng.zha@intel.com> | 2015-06-27 00:32:15 +0800 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2015-06-29 15:28:14 -0700 |
commit | 0a8b83530b6f67b9a50bd7937d57a5deea187b5b (patch) | |
tree | 30851cbb0eb824a75ccc4b7a0212a5403ad5b26f /drivers/platform/x86/Kconfig | |
parent | 0d44b410a01a75daff60ce4cb78313135cdb3649 (diff) | |
download | op-kernel-dev-0a8b83530b6f67b9a50bd7937d57a5deea187b5b.zip op-kernel-dev-0a8b83530b6f67b9a50bd7937d57a5deea187b5b.tar.gz |
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/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index bca0aee..b92f592 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -901,4 +901,11 @@ config PVPANIC a paravirtualized device provided by QEMU; it lets a virtual machine (guest) communicate panic events to the host. +config INTEL_PMC_IPC + tristate "Intel PMC IPC Driver" + ---help--- + This driver provides support for PMC control on some Intel platforms. + The PMC is an ARC processor which defines IPC commands for communication + with other entities in the CPU. + endif # X86_PLATFORM_DEVICES |