From: Peter Ujfalusi Date: Fri, 11 Mar 2016 14:04:20 +0000 (+0200) Subject: ASoC: davinci: Kconfig: Update the edma-pcm section's dependency and help X-Git-Tag: Ubuntu-5.10.0-12.13~13016^2~9^2~6^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=dc6cdb420359103e1f20752d01cb1e2bbe8ba8b8;p=mirror_ubuntu-hirsute-kernel.git 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig index 3736d9aabc56..50ca291cc225 100644 --- a/sound/soc/davinci/Kconfig +++ b/sound/soc/davinci/Kconfig @@ -5,7 +5,7 @@ config SND_DAVINCI_SOC config SND_EDMA_SOC tristate "SoC Audio for Texas Instruments chips using eDMA" - depends on SOC_AM33XX || SOC_AM43XX || ARCH_DAVINCI + depends on TI_EDMA select SND_SOC_GENERIC_DMAENGINE_PCM help Say Y or M here if you want audio support for TI SoC which uses eDMA. @@ -13,6 +13,7 @@ config SND_EDMA_SOC - daVinci devices - AM335x - AM437x/AM438x + - DRA7xx family config SND_DAVINCI_SOC_I2S tristate