msm: Kconfig: fix DALRPC dependencies
DALRPC doesn't need to depend on a particular architecture. Instead,
the MSM SOC configs will select DALRPC as necessary. Set the default to
'n' so this doesn't get set unless explicitly selected.
Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index d311962..ed43357 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -227,6 +227,7 @@
select MSM_REMOTE_SPINLOCK_LDREX
select FSM9XXX_TLMM
select MULTI_IRQ_HANDLER
+ select MSM_DALRPC
config ARCH_MSM9615
bool "MSM9615"
@@ -1311,8 +1312,7 @@
config MSM_DALRPC
bool "DAL RPC support"
- depends on ARCH_MSM_SCORPION || ARCH_MSM_KRAIT
- default y
+ default n
help
Supports RPC calls to DAL devices on remote processor cores.