Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: davinci: Kconfig: Update the edma-pcm section's dependency and help

Instead of depending on individual SoCs make the edma-pcm depend on the eDMA
dmaengine driver (TI_EDMA).
Update the help text and add DRA7xx family since they have eDMA integrated
as well along with sDMA.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Peter Ujfalusi and committed by
Mark Brown
dc6cdb42 4a11ff26

+2 -1
+2 -1
sound/soc/davinci/Kconfig
··· 5 5 6 6 config SND_EDMA_SOC 7 7 tristate "SoC Audio for Texas Instruments chips using eDMA" 8 - depends on SOC_AM33XX || SOC_AM43XX || ARCH_DAVINCI 8 + depends on TI_EDMA 9 9 select SND_SOC_GENERIC_DMAENGINE_PCM 10 10 help 11 11 Say Y or M here if you want audio support for TI SoC which uses eDMA. ··· 13 13 - daVinci devices 14 14 - AM335x 15 15 - AM437x/AM438x 16 + - DRA7xx family 16 17 17 18 config SND_DAVINCI_SOC_I2S 18 19 tristate