diff options
author | Nicolin Chen <b42378@freescale.com> | 2013-09-01 23:01:37 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:37 -0400 |
commit | 895db0b823a36790cffb21da6cd0ab7e11892184 (patch) | |
tree | 6312b93d614c304404eec01757d0bef580148d65 /sound/soc/fsl/Kconfig | |
parent | 6e5dfd26ad306f149bce3f347e119fd2a2914601 (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/Kconfig | 5 |
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 | ||
128 | config SND_SOC_IMX_HDMI_DMA | ||
129 | bool | ||
130 | select SND_SOC_GENERIC_DMAENGINE_PCM | ||
131 | select SND_SOC_IMX_PCM_DMA | ||
132 | |||
128 | config SND_SOC_IMX_AUDMUX | 133 | config SND_SOC_IMX_AUDMUX |
129 | tristate | 134 | tristate |
130 | 135 | ||