mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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:
parent
2a736e0585
commit
7bc7ab1e63
@ -289,6 +289,7 @@ config SATA_SX4
|
||||
|
||||
config ATA_BMDMA
|
||||
bool "ATA BMDMA support"
|
||||
depends on HAS_DMA
|
||||
default y
|
||||
help
|
||||
This option adds support for SFF ATA controllers with BMDMA
|
||||
|
Loading…
Reference in New Issue
Block a user