Kconfig: Mark the dependencies correctly for IPC Router
IPC Router can still operate in loopback mode, even without any
underlying transport. It is dependent only on the CONFIG_NET to
be selected for its functionality.
Change-Id: I58013009a8f2d645a266ccc1682423ad873911af
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index fc67689..2acc8e0 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -896,13 +896,6 @@
prompt "Package 4"
endchoice
-config MSM_IPC_ROUTER_SMD_XPRT
- depends on MSM_SMD
- default n
- bool "MSM SMD XPRT Layer"
- help
- SMD Transport Layer for IPC Router
-
config MSM_RPC_SDIO_XPRT
depends on MSM_SDIO_AL
default y
@@ -1064,13 +1057,21 @@
the ARM9 and ARM11
config MSM_IPC_ROUTER
- depends on MSM_IPC_ROUTER_SMD_XPRT
+ depends on NET
default n
bool "MSM IPC Router support"
help
Support for the MSM IPC Router for communication between
the APPs and the MODEM
+config MSM_IPC_ROUTER_SMD_XPRT
+ depends on MSM_SMD
+ depends on MSM_IPC_ROUTER
+ default n
+ bool "MSM SMD XPRT Layer"
+ help
+ SMD Transport Layer for IPC Router
+
config MSM_ONCRPCROUTER_DEBUG
depends on MSM_ONCRPCROUTER
default y