msm: rpm-smd: Implementation of the RPM protocol layer that use SMD
RPM messaging is now implemented using SMD as the transport layer to
communicate with RPM. This commit provides the APIs that would allow the
drivers to format drivers requests to support the new protocol.
Change-Id: Ie1e6683adc1a42dd8edd3e9847e272f0da7f4366
Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index c9d0000..310c698 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -387,6 +387,10 @@
bool "Resource Power Manager"
select MSM_MPM
+config MSM_RPM_SMD
+ depends on MSM_SMD
+ bool "Support for using SMD as the transport layer for communicatons with RPM"
+
config MSM_MPM
bool "Modem Power Manager"