diff options
author | Nicolin Chen <b42378@freescale.com> | 2013-08-28 00:04:46 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-29 08:15:26 -0400 |
commit | 2a956ec04b3703809b6cf500dbee450e44f3a70c (patch) | |
tree | 33507aab00af2b415db30533f056973f6b277b57 /sound/soc/fsl/Kconfig | |
parent | f61df384282dfd1ca845e73ca8b8a187b87eb38a (diff) |
ASoC: fsl: Add S/PDIF machine driver
This patch implements a device-tree-only machine driver for Freescale
i.MX series Soc. It works with spdif_transmitter/spdif_receiver and
fsl_spdif.c drivers.
Signed-off-by: Nicolin Chen <b42378@freescale.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index cd088cc8c866..a70838034600 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -193,6 +193,17 @@ config SND_SOC_IMX_SGTL5000 | |||
193 | Say Y if you want to add support for SoC audio on an i.MX board with | 193 | Say Y if you want to add support for SoC audio on an i.MX board with |
194 | a sgtl5000 codec. | 194 | a sgtl5000 codec. |
195 | 195 | ||
196 | config SND_SOC_IMX_SPDIF | ||
197 | tristate "SoC Audio support for i.MX boards with S/PDIF" | ||
198 | select SND_SOC_IMX_PCM_DMA | ||
199 | select SND_SOC_FSL_SPDIF | ||
200 | select SND_SOC_FSL_UTILS | ||
201 | select SND_SOC_SPDIF | ||
202 | help | ||
203 | SoC Audio support for i.MX boards with S/PDIF | ||
204 | Say Y if you want to add support for SoC audio on an i.MX board with | ||
205 | a S/DPDIF. | ||
206 | |||
196 | config SND_SOC_IMX_MC13783 | 207 | config SND_SOC_IMX_MC13783 |
197 | tristate "SoC Audio support for I.MX boards with mc13783" | 208 | tristate "SoC Audio support for I.MX boards with mc13783" |
198 | depends on MFD_MC13783 && ARM | 209 | depends on MFD_MC13783 && ARM |