* git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6: ide: build-fix for CONFIG_BLK_DEV_IDEDMA_PMAC=n Revert "ide: respect current DMA setting during resume"
···669669670670endif671671672672+# TODO: BLK_DEV_IDEDMA_PCI -> BLK_DEV_IDEDMA_SFF672673config BLK_DEV_IDE_PMAC673674 tristate "PowerMac on-board IDE support"674675 depends on PPC_PMAC && IDE=y675676 select IDE_TIMINGS677677+ select BLK_DEV_IDEDMA_PCI676678 help677679 This driver provides support for the on-board IDE controller on678680 most of the recent Apple Power Macintoshes and PowerBooks.···690688 these, those machine used to have the hard disk on hdc and the691689 CD-ROM on hda. This option changes this to more natural hda for692690 hard disk and hdc for CD-ROM.693693-694694-config BLK_DEV_IDEDMA_PMAC695695- bool "PowerMac IDE DMA support"696696- depends on BLK_DEV_IDE_PMAC697697- select BLK_DEV_IDEDMA_PCI698698- help699699- This option allows the driver for the on-board IDE controller on700700- Power Macintoshes and PowerBooks to use DMA (direct memory access)701701- to transfer data to and from memory. Saying Y is safe and improves702702- performance.703691704692config BLK_DEV_IDE_AU1XXX705693 bool "IDE for AMD Alchemy Au1200"···904912endif905913906914config BLK_DEV_IDEDMA907907- def_bool BLK_DEV_IDEDMA_SFF || BLK_DEV_IDEDMA_PMAC || \915915+ def_bool BLK_DEV_IDEDMA_SFF || \908916 BLK_DEV_IDEDMA_ICS || BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA909917910918endif # IDE