diff options
author | Shengjiu Wang <b02247@freescale.com> | 2013-08-12 02:16:32 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:13 -0400 |
commit | c27fd06f478f5424fb119d5b6bcb84361d8bed5e (patch) | |
tree | 43cee1eb45488b108c581840b854cd383cd8c8c4 /sound/soc/fsl/Kconfig | |
parent | 04bf2c083d74f00cfc97b3cba390d1409d36dc19 (diff) |
ENGR00274585-5 ASoC: fsl: add cs42888 machine driver.
add cs42888 machine driver.
add bindings document of cs42888 machine.
Signed-off-by: Shengjiu Wang <b02247@freescale.com>
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 bb60c367928e..8f3dae37ff76 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -174,6 +174,18 @@ config SND_SOC_EUKREA_TLV320 | |||
174 | Enable I2S based access to the TLV320AIC23B codec attached | 174 | Enable I2S based access to the TLV320AIC23B codec attached |
175 | to the SSI interface | 175 | to the SSI interface |
176 | 176 | ||
177 | config SND_SOC_IMX_CS42888 | ||
178 | tristate "SoC Audio support for i.MX boards with cs42888" | ||
179 | depends on OF && I2C | ||
180 | select SND_SOC_CS42888 | ||
181 | select SND_SOC_IMX_PCM_DMA | ||
182 | select SND_SOC_FSL_ESAI | ||
183 | select SND_SOC_FSL_UTILS | ||
184 | help | ||
185 | SoC Audio support for i.MX boards with cs42888 | ||
186 | Say Y if you want to add support for SoC audio on an i.MX board with | ||
187 | a cs42888 codec. | ||
188 | |||
177 | config SND_SOC_IMX_WM8962 | 189 | config SND_SOC_IMX_WM8962 |
178 | tristate "SoC Audio support for i.MX boards with wm8962" | 190 | tristate "SoC Audio support for i.MX boards with wm8962" |
179 | depends on OF && I2C | 191 | depends on OF && I2C |