audio: enable tpa2028d and dual amic only for mako
disable tpa2028d and dual amic as default. if mako, enable both.
Change-Id: Id6b40ada3cdb9e7ddcaaf4c2c9916aeae4030617
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 0d4f4b4..8faf134 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -448,6 +448,6 @@
 
 config SND_SOC_TPA2028D
 	bool "Audio subsystem TPA2028D"
-	default y
-	---help---
-		Texas Instruments 3W Mono Class-D Audio Amplifier
+	default n
+	help
+	  Texas Instruments 3W Mono Class-D Audio Amplifier
diff --git a/sound/soc/msm/Kconfig b/sound/soc/msm/Kconfig
index 01bba37..3632c99 100644
--- a/sound/soc/msm/Kconfig
+++ b/sound/soc/msm/Kconfig
@@ -129,7 +129,9 @@
 	select SND_SOC_WCD9304
 	select SND_SOC_MSM_HOSTLESS_PCM
 	select SND_SOC_MSM_QDSP6_HDMI_AUDIO if FB_MSM_HDMI_MSM_PANEL
-	#select SND_SOC_CS8427
+	select SND_SOC_CS8427 if !MACH_APQ8064_MAKO
+	select SND_SOC_DUAL_AMIC if MACH_APQ8064_MAKO
+	select SND_SOC_TPA2028D if MACH_APQ8064_MAKO
 	default n
 	help
 	 To add support for SoC audio on MSM8960 and APQ8064 boards
@@ -157,7 +159,7 @@
          To add support for SoC audio on APQ8060 board
 
 config SND_SOC_DUAL_AMIC
-	default y
+	default n
 	bool "SoC feature for dual analog mic"
 	help
 	 To add support for dual analog mic.