diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2020-02-10 16:09:49 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-11 11:47:55 +0000 |
commit | 2619e03703475b7e0a6f73f85e642859cd25dfc8 (patch) | |
tree | dea04e24f95bd633480b01c76960ea27a3f5e3c7 /sound/soc/ti/Kconfig | |
parent | ea00d95200d02ece71f5814d41b14f2eb16d598b (diff) |
ASoC: ti: Add udma-pcm platform driver for UDMA
Platform driver glue for platforms using UDMA (am654 and j721e).
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20200210140950.11090-2-peter.ujfalusi@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/ti/Kconfig')
-rw-r--r-- | sound/soc/ti/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/ti/Kconfig b/sound/soc/ti/Kconfig index 29f61053ab62..bf85a160a523 100644 --- a/sound/soc/ti/Kconfig +++ b/sound/soc/ti/Kconfig @@ -10,6 +10,10 @@ config SND_SOC_TI_SDMA_PCM tristate select SND_SOC_GENERIC_DMAENGINE_PCM +config SND_SOC_TI_UDMA_PCM + tristate + select SND_SOC_GENERIC_DMAENGINE_PCM + comment "Texas Instruments DAI support for:" config SND_SOC_DAVINCI_ASP tristate "daVinci Audio Serial Port (ASP) or McBSP support" |