Skip to content

Commit 66e48ef

Browse files
geertutiwai
authored andcommitted
ALSA: sh: SND_AICA should depend on SH_DMA_API
If CONFIG_SH_DMA_API=n: WARNING: unmet direct dependencies detected for G2_DMA Depends on [n]: SH_DREAMCAST [=y] && SH_DMA_API [=n] Selected by [y]: - SND_AICA [=y] && SOUND [=y] && SND [=y] && SND_SUPERH [=y] && SH_DREAMCAST [=y] SND_AICA selects G2_DMA. As the latter depends on SH_DMA_API, the former should depend on SH_DMA_API, too. Fixes: f477a53 ("sh: dma: fix kconfig dependency for G2_DMA") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202505131320.PzgTtl9H-lkp@intel.com/ Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/b90625f8a9078d0d304bafe862cbe3a3fab40082.1747121335.git.geert+renesas@glider.be Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 2b24eb0 commit 66e48ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/sh/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if SND_SUPERH
1414

1515
config SND_AICA
1616
tristate "Dreamcast Yamaha AICA sound"
17-
depends on SH_DREAMCAST
17+
depends on SH_DREAMCAST && SH_DMA_API
1818
select SND_PCM
1919
select G2_DMA
2020
help

0 commit comments

Comments
 (0)