diff options
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index fb06555708a8..ee01e273a537 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -374,17 +374,6 @@ comment "PCI IDE chipsets support" | |||
374 | config BLK_DEV_IDEPCI | 374 | config BLK_DEV_IDEPCI |
375 | bool | 375 | bool |
376 | 376 | ||
377 | config IDEPCI_SHARE_IRQ | ||
378 | bool "Sharing PCI IDE interrupts support" | ||
379 | depends on BLK_DEV_IDEPCI | ||
380 | help | ||
381 | Some ATA/IDE chipsets have hardware support which allows for | ||
382 | sharing a single IRQ with other cards. To enable support for | ||
383 | this in the ATA/IDE driver, say Y here. | ||
384 | |||
385 | It is safe to say Y to this question, in most cases. | ||
386 | If unsure, say N. | ||
387 | |||
388 | config IDEPCI_PCIBUS_ORDER | 377 | config IDEPCI_PCIBUS_ORDER |
389 | def_bool BLK_DEV_IDE=y && BLK_DEV_IDEPCI | 378 | def_bool BLK_DEV_IDE=y && BLK_DEV_IDEPCI |
390 | 379 | ||
@@ -707,7 +696,6 @@ config BLK_DEV_SVWKS | |||
707 | config BLK_DEV_SGIIOC4 | 696 | config BLK_DEV_SGIIOC4 |
708 | tristate "Silicon Graphics IOC4 chipset ATA/ATAPI support" | 697 | tristate "Silicon Graphics IOC4 chipset ATA/ATAPI support" |
709 | depends on (IA64_SGI_SN2 || IA64_GENERIC) && SGI_IOC4 | 698 | depends on (IA64_SGI_SN2 || IA64_GENERIC) && SGI_IOC4 |
710 | select IDEPCI_SHARE_IRQ | ||
711 | select BLK_DEV_IDEDMA_PCI | 699 | select BLK_DEV_IDEDMA_PCI |
712 | help | 700 | help |
713 | This driver adds PIO & MultiMode DMA-2 support for the SGI IOC4 | 701 | This driver adds PIO & MultiMode DMA-2 support for the SGI IOC4 |