aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/Kconfig
diff options
context:
space:
mode:
authorNicolin Chen <b42378@freescale.com>2013-09-01 23:01:37 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:01:37 -0400
commit895db0b823a36790cffb21da6cd0ab7e11892184 (patch)
tree6312b93d614c304404eec01757d0bef580148d65 /sound/soc/fsl/Kconfig
parent6e5dfd26ad306f149bce3f347e119fd2a2914601 (diff)
ENGR00277299-3 ASoC: fsl: Add dma driver for hdmi audio
i.MX HDMI audio uses its own AHB DMA while there's also an extra SDMA channel to update its buffer addresses. Thus add a new driver for HDMI audio. Signed-off-by: Nicolin Chen <b42378@freescale.com>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r--sound/soc/fsl/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index f9c5ece77fc5..227366e8eb3a 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -125,6 +125,11 @@ config SND_SOC_IMX_PCM_DMA
125 bool 125 bool
126 select SND_SOC_GENERIC_DMAENGINE_PCM 126 select SND_SOC_GENERIC_DMAENGINE_PCM
127 127
128config SND_SOC_IMX_HDMI_DMA
129 bool
130 select SND_SOC_GENERIC_DMAENGINE_PCM
131 select SND_SOC_IMX_PCM_DMA
132
128config SND_SOC_IMX_AUDMUX 133config SND_SOC_IMX_AUDMUX
129 tristate 134 tristate
130 135