summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorNicolin Chen <Guangyu.Chen@freescale.com>2014-04-09 17:12:12 +0800
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 08:58:18 -0500
commit5cf1d7bcc43ff45b60b90981845df03f20aede87 (patch)
treee7fc7e13c6fa8da32a783b8cdfecd3fc4540de6d /sound
parentb6fca438dde1b4c0bbdee31729871d601f287dc9 (diff)
ENGR00307635-6 ASoC: fsl: Enable SAI for imx-sgtl5000 and imx-wm8962
Since we are able to link SAI and sgtl5000 and wm8962, we should update the Kconfig to make it build-in if enabling their machine drivers. Acked-by: Wang Shengjiu <b02247@freescale.com> Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/fsl/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index b858dbed5f14..2b9f4bf0ae86 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -207,6 +207,7 @@ config SND_SOC_IMX_WM8962
select SND_SOC_WM8962
select SND_SOC_IMX_PCM_DMA
select SND_SOC_IMX_AUDMUX
+ select SND_SOC_FSL_SAI
select SND_SOC_FSL_SSI
select SND_SOC_FSL_UTILS
select SND_KCTL_JACK
@@ -220,6 +221,7 @@ config SND_SOC_IMX_SGTL5000
select SND_SOC_SGTL5000
select SND_SOC_IMX_PCM_DMA
select SND_SOC_IMX_AUDMUX
+ select SND_SOC_FSL_SAI
select SND_SOC_FSL_SSI
select SND_SOC_FSL_UTILS
help