Skip to content

Commit bcf016a

Browse files
Francesco Lavrabroonie
authored andcommitted
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>
1 parent 8ae28d0 commit bcf016a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/tegra/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ menu "Tegra"
33

44
config SND_SOC_TEGRA
55
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
77
depends on COMMON_CLK
88
depends on RESET_CONTROLLER
99
select REGMAP_MMIO

0 commit comments

Comments
 (0)