[PATCH 1/1] tegra: sound: Don't use non-existent TEGRA124_DMA

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Wed Feb 25 08:17:10 CET 2026


Symbol CONFIG_TEGRA124_DMA does not exist.
Don't select it.

Fixes: 112f2e144342 ("tegra: sound: Add an audio hub driver")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
 drivers/sound/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/sound/Kconfig b/drivers/sound/Kconfig
index afcc08c27bc..f788124a24c 100644
--- a/drivers/sound/Kconfig
+++ b/drivers/sound/Kconfig
@@ -81,7 +81,6 @@ config SOUND_IVYBRIDGE
 config I2S_TEGRA
 	bool "Enable I2S support for Nvidia Tegra SoCs"
 	depends on I2S && ARCH_TEGRA
-	select TEGRA124_DMA
 	help
 	  Nvidia Tegra SoCs support several I2S interfaces for sending audio
 	  data to an audio codec. This option enables support for this,
-- 
2.51.0



More information about the U-Boot mailing list