msm: pil-modem: Combine SSR and PIL drivers
Combine both drivers into one so that we can merge the PIL and
SSR frameworks. We drop the modem_restart workqueue code because
it is debug code that is no longer necessary.
Change-Id: I5730ff06ee7c0f67b56263c0df9344b229441da2
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index e59fb5b..3f92a39 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -1905,7 +1905,7 @@
config MSM_PIL_MODEM
tristate "Modem (ARM11) Boot Support"
- depends on MSM_PIL
+ depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
help
Support for booting and shutting down ARM11 Modem processors.