misc: tsif: Restrict TSIF driver to appropriate targets

TSIF standalone driver can be enabled only on specific
msm targets (8660, 8960 and 8064), with newer targets the
driver cannot be used, TSPP should be used instead.

Change-Id: Ib3459541a87d1e0f11656654ec6d8539d0287c0e
Signed-off-by: Hamad Kadmany <hkadmany@codeaurora.org>
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index cfa5487..e8096d1 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -523,7 +523,7 @@
 	 TI wl127x chips.
 
 config TSIF
-	depends on ARCH_MSM
+	depends on ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_APQ8064
 	tristate "TSIF (Transport Stream InterFace) support"
 	default n
 	---help---