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

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: tegra: remove Kconfig dependency on TEGRA20_APB_DMA

The ALSA SoC driver for Tegra runs also on SoCs without the Tegra20 APB DMA
controller (e.g. Tegra234).

Signed-off-by: Francesco Lavra <flavra@baylibre.com>
Link: https://patch.msgid.link/20251126112926.4126757-1-flavra@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Francesco Lavra and committed by
Mark Brown
bcf016aa 8ae28d04

+1 -1
+1 -1
sound/soc/tegra/Kconfig
··· 3 3 4 4 config SND_SOC_TEGRA 5 5 tristate "SoC Audio for the Tegra System-on-Chip" 6 - depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST 6 + depends on ARCH_TEGRA || COMPILE_TEST 7 7 depends on COMMON_CLK 8 8 depends on RESET_CONTROLLER 9 9 select REGMAP_MMIO