(kconfig) IDE DMA dependencies

From: Hollis Blanchard
Date: Fri Sep 12 2003 - 16:37:04 EST


I noticed this when my linker couldn't find ide_setup_dma() last night. It looks like most of the drivers/ide/pci/ drivers use ide_setup_dma() in their .init_dma() function. ide_setup_dma() is defined in drivers/ide/ide-dma.c, but it is only compiled if CONFIG_BLK_DEV_IDEDMA_PCI is set. However, none of those PCI drivers express that dependency (I'm trying to use generic.c). What should be done here?

This is the full list of ide_setup_dma users:
aec62xx.c
alim15x3.c
amd74xx.c
cmd64x.c
cs5520.c
cs5530.c
generic.c
hpt34x.c
hpt366.c
it8172.c
ns87415.c
opti621.c
pdc202xx_new.c
pdc202xx_old.c
pdcadma.c
piix.c
sc1200.c
serverworks.c
siimage.c
sis5513.c
sl82c105.c
slc90e66.c
trm290.c
via82cxxx.c

--
Hollis Blanchard
IBM Linux Technology Center

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/