mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
8ae28d0459
commit
bcf016aa87
|
|
@ -3,7 +3,7 @@ menu "Tegra"
|
||||||
|
|
||||||
config SND_SOC_TEGRA
|
config SND_SOC_TEGRA
|
||||||
tristate "SoC Audio for the Tegra System-on-Chip"
|
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 COMMON_CLK
|
||||||
depends on RESET_CONTROLLER
|
depends on RESET_CONTROLLER
|
||||||
select REGMAP_MMIO
|
select REGMAP_MMIO
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue