summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/Kconfig
diff options
context:
space:
mode:
authorArun Kumar Neelakantam <aneela@codeaurora.org>2015-12-28 18:11:46 +0530
committerKyle Yan <kyan@codeaurora.org>2016-06-29 15:02:33 -0700
commit14582c3ab39859ec6a3d8e3c2ea037bb2d2610ed (patch)
tree9c404b134fc2780328ab014f1e83b4bdb26ca77f /drivers/soc/qcom/Kconfig
parent538198f2f891efbb3f08ca71240a8c672137ef1f (diff)
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 <aneela@codeaurora.org>
Diffstat (limited to 'drivers/soc/qcom/Kconfig')
-rw-r--r--drivers/soc/qcom/Kconfig7
1 files changed, 7 insertions, 0 deletions
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"