msm: pil-8960: Break off Q6v4 pil code into platform driver
Create a platform driver to manage the Q6v4 instead of having
a module that exists for any 8960 target. This allows us to add
platform devices when the device really exists and simplifies how
we handle regulators as well.
Change-Id: I20956040662a8aaf331b415c2b6c6f283ec4feef
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index 1b836c4..e9aa3c6 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -1570,6 +1570,14 @@
Say yes to support these devices.
+config MSM_PIL_QDSP6V4
+ tristate "QDSP6v4 (Hexagon) Boot Support"
+ depends on MSM_PIL
+ help
+ Support for booting and shutting down QDSP6v4 processors (hexagon).
+ The QDSP6 is a low power DSP used in audio, modem firmware, and modem
+ software applications.
+
config MSM_SCM
bool "Secure Channel Manager (SCM) support"
default n