diff options
author | Philippe Rétornaz <philippe.retornaz@epfl.ch> | 2012-05-15 07:53:51 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-18 11:42:21 -0400 |
commit | 6b0a795a17d36cc880591c935cf84fce228193ad (patch) | |
tree | a51d3f598402e36e4c44a4e5ad6565ee5d4d2e2c /sound/soc/fsl/Kconfig | |
parent | 8b908b8660f919a1a5135bc46acae12445767903 (diff) |
ASoC: add imx-mc13783 sound support
Signed-off-by: Philippe Rétornaz <philippe.retornaz@epfl.ch>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 0094789c43ff..3f2dd3a0377a 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -171,4 +171,12 @@ config SND_SOC_IMX_SGTL5000 | |||
171 | Say Y if you want to add support for SoC audio on an i.MX board with | 171 | Say Y if you want to add support for SoC audio on an i.MX board with |
172 | a sgtl5000 codec. | 172 | a sgtl5000 codec. |
173 | 173 | ||
174 | config SND_SOC_IMX_MC13783 | ||
175 | tristate "SoC Audio support for I.MX boards with mc13783" | ||
176 | depends on MFD_MC13783 | ||
177 | select SND_SOC_IMX_SSI | ||
178 | select SND_SOC_IMX_AUDMUX | ||
179 | select SND_SOC_MC13783 | ||
180 | select SND_SOC_IMX_PCM_DMA | ||
181 | |||
174 | endif # SND_IMX_SOC | 182 | endif # SND_IMX_SOC |