ARM: Kconfig: Rename CONFIG_TITAN_CAMERA to CONFIG_SPECTRA_CAMERA

Rename CONFIG_TITAN_CAMERA to CONFIG_SPECTRA_CAMERA.
Going forward, the kernel menuconfig system will use this
macro to include the camera drivers during kernel build.

CRs-Fixed: 1108532
Change-Id: Ia10b7efb5ca4e53da8d40bcb22c5e60c7d859f38
Signed-off-by: Seemanta Dutta <seemanta@codeaurora.org>
diff --git a/drivers/media/platform/msm/Kconfig b/drivers/media/platform/msm/Kconfig
index 971a16a..f2ff6eb 100644
--- a/drivers/media/platform/msm/Kconfig
+++ b/drivers/media/platform/msm/Kconfig
@@ -4,12 +4,11 @@
 
 comment "Qualcomm Technologies, Inc. MSM Camera And Video"
 
-menuconfig TITAN_CAMERA
-    bool "Qualcomm Technologies, Inc. Titan camera and video capture support"
+menuconfig SPECTRA_CAMERA
+    bool "Qualcomm Technologies, Inc. Spectra camera and video capture support"
     depends on ARCH_QCOM && VIDEO_V4L2 && I2C
     ---help---
       Say Y here to enable selecting the video adapters for
-      Qualcomm Technologies, Inc. Titan camera and video capture.
+      Qualcomm Technologies, Inc. Spectra camera and video capture.
       Enabling this adds support for the camera driver stack including sensor,
       IFE and postprocessing drivers.
-