msm: 8960: Add the lpass driver for the 8960
This driver monitors lpass hardware watchdog interrupt
lines and also plugs in to the subsystem restart and PIL
drivers to support the subsystem restart feature.
Signed-off-by: Bharath Ramachandramurthy <bramacha@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index 5e49225..653da93 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -1390,6 +1390,14 @@
modem hardware watchdog interrupt lines and plugs into the subsystem
restart and PIL drivers.
+config MSM_LPASS_8960
+ tristate "MSM 8960 Lpass driver"
+ depends on (ARCH_MSM8960)
+ help
+ This option enables the lpass driver for the MSM8960, which monitors
+ lpass hardware watchdog interrupt lines and plugs into the subsystem
+ restart and PIL drivers.
+
config SCORPION_Uni_45nm_BUG
bool "Scorpion Uni 45nm(SC45U): Workaround for ICIMVAU and BPIMVA"
depends on ARCH_MSM7X30 || (ARCH_QSD8X50 && MSM_SOC_REV_A)