mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 06:04:44 +01:00
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:
|
||
|---|---|---|
| .. | ||
| aica.c | ||
| aica.h | ||
| Kconfig | ||
| Makefile | ||
| sh_dac_audio.c | ||