diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-08-16 04:13:17 +0000 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-17 09:34:44 -0600 |
commit | 9891e3240543c45176b1298164418b61e8909ed0 (patch) | |
tree | 1f91b1fa73cddb9d5250ad3ce9b79794a85ee88a /sound/soc/tegra/Kconfig | |
parent | 5bd27611818920b29597eb01ca11f079280cf218 (diff) | |
download | linux-9891e3240543c45176b1298164418b61e8909ed0.tar.bz2 |
ASoC: tegra: remove support of legacy DMA driver based access
Remove the support code which uses the legacy APB DMA driver
for accessing the I2S FIFO.
The driver will use the dmaengine based APB DMA driver for
accessing reqding/writing to I2S FIFO.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/Kconfig')
-rw-r--r-- | sound/soc/tegra/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index 02bcd308c189..19e5fe7cc403 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -1,6 +1,6 @@ config SND_SOC_TEGRA tristate "SoC Audio for the Tegra System-on-Chip" - depends on ARCH_TEGRA && (TEGRA_SYSTEM_DMA || TEGRA20_APB_DMA) + depends on ARCH_TEGRA && TEGRA20_APB_DMA select REGMAP_MMIO select SND_SOC_DMAENGINE_PCM if TEGRA20_APB_DMA help |