msm: Kconfig: Add MACH_MSM9615 CDP and MTP configs
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index 49a00ab..815bdd5 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -528,6 +528,18 @@
help
Support for the Qualcomm MSM8960 LIQUID device.
+config MACH_MSM9615_CDP
+ depends on ARCH_MSM9615
+ bool "MSM9615 CDP"
+ help
+ Support for the Qualcomm MSM9615 CDP device.
+
+config MACH_MSM9615_MTP
+ depends on ARCH_MSM9615
+ bool "MSM9615 MTP"
+ help
+ Support for the Qualcomm MSM9615 MTP device.
+
config MSM_USE_TSIF1
depends on ARCH_MSM8X60
bool "MSM8x60 use TSIF1"