diff options
author | Mark Brown <broonie@kernel.org> | 2014-09-01 05:49:32 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-01 05:49:32 -0400 |
commit | 5b87d31309938a49f57493ba86c765afdd4f2ffe (patch) | |
tree | 62ccc3ab8b6ea30cad90f5cd63413e7a9f3eb534 /sound/soc/fsl/Kconfig | |
parent | 6be1f475e0ed2b4f9cd9c157d06e65178f4e84bb (diff) | |
parent | 014fd22ef9c6a7e9536b7e16635714a1a34810a8 (diff) |
Merge branch 'topic/fsl' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-fsl-esai
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index f3012b645b51..6164e78b466a 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -240,6 +240,18 @@ config SND_SOC_IMX_WM8962 | |||
240 | Say Y if you want to add support for SoC audio on an i.MX board with | 240 | Say Y if you want to add support for SoC audio on an i.MX board with |
241 | a wm8962 codec. | 241 | a wm8962 codec. |
242 | 242 | ||
243 | config SND_SOC_IMX_ES8328 | ||
244 | tristate "SoC Audio support for i.MX boards with the ES8328 codec" | ||
245 | depends on OF && (I2C || SPI) | ||
246 | select SND_SOC_ES8328_I2C if I2C | ||
247 | select SND_SOC_ES8328_SPI if SPI_MASTER | ||
248 | select SND_SOC_IMX_PCM_DMA | ||
249 | select SND_SOC_IMX_AUDMUX | ||
250 | select SND_SOC_FSL_SSI | ||
251 | help | ||
252 | Say Y if you want to add support for the ES8328 audio codec connected | ||
253 | via SSI/I2S over either SPI or I2C. | ||
254 | |||
243 | config SND_SOC_IMX_SGTL5000 | 255 | config SND_SOC_IMX_SGTL5000 |
244 | tristate "SoC Audio support for i.MX boards with sgtl5000" | 256 | tristate "SoC Audio support for i.MX boards with sgtl5000" |
245 | depends on OF && I2C | 257 | depends on OF && I2C |
@@ -268,6 +280,23 @@ config SND_SOC_IMX_MC13783 | |||
268 | select SND_SOC_MC13783 | 280 | select SND_SOC_MC13783 |
269 | select SND_SOC_IMX_PCM_DMA | 281 | select SND_SOC_IMX_PCM_DMA |
270 | 282 | ||
283 | config SND_SOC_FSL_ASOC_CARD | ||
284 | tristate "Generic ASoC Sound Card with ASRC support" | ||
285 | depends on OF && I2C | ||
286 | select SND_SOC_IMX_AUDMUX | ||
287 | select SND_SOC_IMX_PCM_DMA | ||
288 | select SND_SOC_FSL_ESAI | ||
289 | select SND_SOC_FSL_SAI | ||
290 | select SND_SOC_FSL_SSI | ||
291 | select SND_SOC_CS42XX8_I2C | ||
292 | select SND_SOC_SGTL5000 | ||
293 | select SND_SOC_WM8962 | ||
294 | help | ||
295 | ALSA SoC Audio support with ASRC feature for Freescale SoCs that have | ||
296 | ESAI/SAI/SSI and connect with external CODECs such as WM8962, CS42888 | ||
297 | and SGTL5000. | ||
298 | Say Y if you want to add support for Freescale Generic ASoC Sound Card. | ||
299 | |||
271 | endif # SND_IMX_SOC | 300 | endif # SND_IMX_SOC |
272 | 301 | ||
273 | endmenu | 302 | endmenu |