msm: pil-dsps: Combine SSR and PIL drivers
Combine both drivers into one so that we can merge the PIL and
SSR frameworks. The ramdump feature is not supported on 8660 so
just copy the 8960 version of the segments for now. In the future
we'll add an API to query the segments from PIL so that changes
in the image between platforms can be handled properly.
Change-Id: I239939457fb2fc8023a5923220f52dc6e099aa85
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index 945c247..08127d2 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -1998,7 +1998,7 @@
config MSM_PIL_DSPS
tristate "DSPS Boot Support"
- depends on MSM_PIL
+ depends on MSM_PIL && MSM_SUBSYSTEM_RESTART
help
Support for booting and shutting down ARM7 DSPS processors.