Unverified Commit bcf016aa authored by Francesco Lavra's avatar Francesco Lavra Committed by Mark Brown
Browse files

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: default avatarFrancesco Lavra <flavra@baylibre.com>
Link: https://patch.msgid.link/20251126112926.4126757-1-flavra@baylibre.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 8ae28d04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ menu "Tegra"

config SND_SOC_TEGRA
	tristate "SoC Audio for the Tegra System-on-Chip"
	depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
	depends on ARCH_TEGRA || COMPILE_TEST
	depends on COMMON_CLK
	depends on RESET_CONTROLLER
	select REGMAP_MMIO