diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-10-16 16:29:56 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-10-16 16:29:56 -0400 |
commit | c58e79dd44243ec919d789193ffb35a220c54695 (patch) | |
tree | 66b76ed3fe5dc996dcf0756e173d53f5bb017d9d /drivers/ide/Kconfig | |
parent | 9cbcc5e3c5d2d0355fed22d00762fd764c81a383 (diff) |
ide: remove CONFIG_BLK_DEV_IDEDMA_FORCED
This code doesn't use pci_assign_resource() and ide_get_or_set_dma_base() uses
pci_resource_start() to get DMA base address so it has no chance of working.
Moreover this belongs to PCI quirks (in case somebody would like to fix it).
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 8982c0932438..5fbd06b7893d 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -435,14 +435,6 @@ config BLK_DEV_IDEDMA_PCI | |||
435 | bool | 435 | bool |
436 | select BLK_DEV_IDEPCI | 436 | select BLK_DEV_IDEPCI |
437 | 437 | ||
438 | config BLK_DEV_IDEDMA_FORCED | ||
439 | bool "Force enable legacy 2.0.X HOSTS to use DMA" | ||
440 | depends on BLK_DEV_IDEDMA_PCI | ||
441 | help | ||
442 | This is an old piece of lost code from Linux 2.0 Kernels. | ||
443 | |||
444 | Generally say N here. | ||
445 | |||
446 | # TODO: remove it | 438 | # TODO: remove it |
447 | config IDEDMA_ONLYDISK | 439 | config IDEDMA_ONLYDISK |
448 | bool "Enable DMA only for disks " | 440 | bool "Enable DMA only for disks " |