diff options
author | Nicolin Chen <Guangyu.Chen@freescale.com> | 2014-04-09 05:12:12 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:18 -0400 |
commit | 5cf1d7bcc43ff45b60b90981845df03f20aede87 (patch) | |
tree | e7fc7e13c6fa8da32a783b8cdfecd3fc4540de6d /sound | |
parent | b6fca438dde1b4c0bbdee31729871d601f287dc9 (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/Kconfig | 2 |
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 | |||
207 | select SND_SOC_WM8962 | 207 | select SND_SOC_WM8962 |
208 | select SND_SOC_IMX_PCM_DMA | 208 | select SND_SOC_IMX_PCM_DMA |
209 | select SND_SOC_IMX_AUDMUX | 209 | select SND_SOC_IMX_AUDMUX |
210 | select SND_SOC_FSL_SAI | ||
210 | select SND_SOC_FSL_SSI | 211 | select SND_SOC_FSL_SSI |
211 | select SND_SOC_FSL_UTILS | 212 | select SND_SOC_FSL_UTILS |
212 | select SND_KCTL_JACK | 213 | select SND_KCTL_JACK |
@@ -220,6 +221,7 @@ config SND_SOC_IMX_SGTL5000 | |||
220 | select SND_SOC_SGTL5000 | 221 | select SND_SOC_SGTL5000 |
221 | select SND_SOC_IMX_PCM_DMA | 222 | select SND_SOC_IMX_PCM_DMA |
222 | select SND_SOC_IMX_AUDMUX | 223 | select SND_SOC_IMX_AUDMUX |
224 | select SND_SOC_FSL_SAI | ||
223 | select SND_SOC_FSL_SSI | 225 | select SND_SOC_FSL_SSI |
224 | select SND_SOC_FSL_UTILS | 226 | select SND_SOC_FSL_UTILS |
225 | help | 227 | help |