ata: ATA_BMDMA should depend on HAS_DMA
If NO_DMA=y: ERROR: "dmam_alloc_coherent" [drivers/ata/libata.ko] undefined! Add a dependency on HAS_DMA to fix this. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
committed by
Tejun Heo
parent
2a736e0585
commit
7bc7ab1e63
@ -289,6 +289,7 @@ config SATA_SX4
|
|||||||
|
|
||||||
config ATA_BMDMA
|
config ATA_BMDMA
|
||||||
bool "ATA BMDMA support"
|
bool "ATA BMDMA support"
|
||||||
|
depends on HAS_DMA
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This option adds support for SFF ATA controllers with BMDMA
|
This option adds support for SFF ATA controllers with BMDMA
|
||||||
|
Reference in New Issue
Block a user