memshare: Add support for memshare driver

MPSS does the handshake operation with kernel QMI service
which interacts with APSS. The memshare driver implements
a kernel QMI service in APSS, which is responsible for
providing contiguous physical memory to MPSS when modem
requires additional memory.

CRs-Fixed: 2030912
Change-Id: I3fdc019248cfb0e8cd338596dcf2c212abd4f00a
Signed-off-by: Manoj Prabhu B <bmanoj@codeaurora.org>
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index 8317c09..121fa34 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -701,3 +701,5 @@
 	  This forces a watchdog bite when the device restarts due to a
 	  kernel panic. On certain MSM SoCs, this provides us
 	  additional debugging information.
+
+source "drivers/soc/qcom/memshare/Kconfig"