soc: qcom: Add Snapshot of Service locator
This is the snapshot of service locator driver taken as of msm-4.4
commit <c0a8f9e80a8835> (Merge "clk: qcom: mmcc: Update the DSI PLL
parent names")
Change-Id: I6fdd3d71631da62db8bea01936d04e37f23895cf
Signed-off-by: Channagoud Kadabi <ckadabi@codeaurora.org>
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index 5a288f1..f049220 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -80,6 +80,25 @@
The driver provides an interface to items in a heap shared among all
processors in a Qualcomm platform.
+config MSM_SERVICE_LOCATOR
+ bool "Service Locator"
+ depends on MSM_QMI_INTERFACE
+ help
+ The Service Locator provides a library to retrieve location
+ information given a service identifier. Location here translates
+ to what process domain exports the service, and which subsystem
+ that process domain will execute in.
+
+config MSM_SERVICE_NOTIFIER
+ bool "Service Notifier"
+ depends on MSM_SERVICE_LOCATOR && MSM_SUBSYSTEM_RESTART
+ help
+ The Service Notifier provides a library for a kernel client to
+ register for state change notifications regarding a remote service.
+ A remote service here refers to a process providing certain services
+ like audio, the identifier for which is provided by the service
+ locator.
+
config QCOM_SMD
tristate "Qualcomm Shared Memory Driver (SMD)"
depends on QCOM_SMEM