mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
f477a538c1
When G2_DMA is enabled and SH_DMA is disabled, it results in the following Kbuild warning: WARNING: unmet direct dependencies detected for SH_DMA_API Depends on [n]: SH_DMA [=n] Selected by [y]: - G2_DMA [=y] && SH_DREAMCAST [=y] The reason is that G2_DMA selects SH_DMA_API without depending on or selecting SH_DMA while SH_DMA_API depends on SH_DMA. When G2_DMA was first introduced with commit |
||
---|---|---|
.. | ||
dma-api.c | ||
dma-g2.c | ||
dma-pvr2.c | ||
dma-sh.c | ||
dma-sysfs.c | ||
dmabrg.c | ||
Kconfig | ||
Makefile |