From 14582c3ab39859ec6a3d8e3c2ea037bb2d2610ed Mon Sep 17 00:00:00 2001 From: Arun Kumar Neelakantam Date: Mon, 28 Dec 2015 18:11:46 +0530 Subject: soc: qcom: qsee_ipc_irq_bridge: Add initial driver version This driver handles the Inter-Processor Communication(IPC) Interrupt(IRQ) from remote subsystems directed towards Qualcomm Technologies, Inc. Secure Execution Environment(QSEE) and notifies the QSEE listeners waiting in the userspace. CRs-Fixed: 1021749 Change-Id: Id0cab5773099e2f6267f8a5bd4fd5aeb3324e68b Signed-off-by: Arun Kumar Neelakantam --- drivers/soc/qcom/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/soc/qcom/Kconfig') diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index b40431515b8e..45dc329a776e 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -735,4 +735,11 @@ config MSM_RPM_STATS_LOG the low power modes that RPM enters. The drivers outputs the message via a debugfs node. +config QSEE_IPC_IRQ_BRIDGE + tristate "QSEE IPC Interrupt Bridge" + help + This module enables bridging an Inter-Processor Communication(IPC) + interrupt from a remote subsystem directed towards Qualcomm + Technologies, Inc. Secure Execution Environment(QSEE). + source "drivers/soc/qcom/memshare/Kconfig" -- cgit v1.2.3