diff options
author | Nicolin Chen <nicoleotsuka@gmail.com> | 2013-06-11 02:43:30 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-12 16:08:24 +0100 |
commit | 8de2ae2a7f1fd71dc56d6b014029f93093e9c5d5 (patch) | |
tree | f49a12b6717132820389caa5484b6757a43c6f00 /sound/soc/fsl/Kconfig | |
parent | dbdf6b54340e1671439a4a5efbd15b7a0b14eacb (diff) | |
download | op-kernel-dev-8de2ae2a7f1fd71dc56d6b014029f93093e9c5d5.zip op-kernel-dev-8de2ae2a7f1fd71dc56d6b014029f93093e9c5d5.tar.gz |
ASoC: fsl: add imx-wm8962 machine driver
This is the initial imx-wm8962 device-tree-only machine driver working with
fsl_ssi driver. More features can be added on top of it later.
Signed-off-by: Nicolin Chen <b42378@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 7860cc2..aa43854 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -168,6 +168,18 @@ config SND_SOC_EUKREA_TLV320 Enable I2S based access to the TLV320AIC23B codec attached to the SSI interface +config SND_SOC_IMX_WM8962 + tristate "SoC Audio support for i.MX boards with wm8962" + depends on OF && I2C + select SND_SOC_WM8962 + select SND_SOC_IMX_PCM_DMA + select SND_SOC_IMX_AUDMUX + select SND_SOC_FSL_SSI + select SND_SOC_FSL_UTILS + help + Say Y if you want to add support for SoC audio on an i.MX board with + a wm8962 codec. + config SND_SOC_IMX_SGTL5000 tristate "SoC Audio support for i.MX boards with sgtl5000" depends on OF && I2C |