diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-17 12:09:16 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-17 12:09:16 -0400 |
commit | 41d1a3d31d097a31380b83eea0ec10ea1d040376 (patch) | |
tree | c34bac92e069b816389ecf7158efff81816ea1a3 /drivers/ide/Kconfig | |
parent | 0df962777b550a4b67191b3ee2555be139da4e7d (diff) |
ide: remove broken hpt34x driver
No big loss since HPT343/363 controllers are properly supported
by pata_hpt3x3 driver from Alan Cox.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index faa974e615da..a820ca6fc327 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -328,7 +328,7 @@ config IDEPCI_PCIBUS_ORDER | |||
328 | # TODO: split it on per host driver config options (or module parameters) | 328 | # TODO: split it on per host driver config options (or module parameters) |
329 | config BLK_DEV_OFFBOARD | 329 | config BLK_DEV_OFFBOARD |
330 | bool "Boot off-board chipsets first support (DEPRECATED)" | 330 | bool "Boot off-board chipsets first support (DEPRECATED)" |
331 | depends on BLK_DEV_IDEPCI && (BLK_DEV_AEC62XX || BLK_DEV_GENERIC || BLK_DEV_HPT34X || BLK_DEV_HPT366 || BLK_DEV_PDC202XX_NEW || BLK_DEV_PDC202XX_OLD || BLK_DEV_TC86C001) | 331 | depends on BLK_DEV_IDEPCI && (BLK_DEV_AEC62XX || BLK_DEV_GENERIC || BLK_DEV_HPT366 || BLK_DEV_PDC202XX_NEW || BLK_DEV_PDC202XX_OLD || BLK_DEV_TC86C001) |
332 | help | 332 | help |
333 | Normally, IDE controllers built into the motherboard (on-board | 333 | Normally, IDE controllers built into the motherboard (on-board |
334 | controllers) are assigned to ide0 and ide1 while those on add-in PCI | 334 | controllers) are assigned to ide0 and ide1 while those on add-in PCI |
@@ -478,28 +478,6 @@ config BLK_DEV_CS5535 | |||
478 | 478 | ||
479 | It is safe to say Y to this question. | 479 | It is safe to say Y to this question. |
480 | 480 | ||
481 | config BLK_DEV_HPT34X | ||
482 | tristate "HPT34X chipset support" | ||
483 | depends on BROKEN | ||
484 | select BLK_DEV_IDEDMA_PCI | ||
485 | help | ||
486 | This driver adds up to 4 more EIDE devices sharing a single | ||
487 | interrupt. The HPT343 chipset in its current form is a non-bootable | ||
488 | controller; the HPT345/HPT363 chipset is a bootable (needs BIOS FIX) | ||
489 | PCI UDMA controllers. This driver requires dynamic tuning of the | ||
490 | chipset during the ide-probe at boot time. It is reported to support | ||
491 | DVD II drives, by the manufacturer. | ||
492 | |||
493 | config HPT34X_AUTODMA | ||
494 | bool "HPT34X AUTODMA support (EXPERIMENTAL)" | ||
495 | depends on BLK_DEV_HPT34X && EXPERIMENTAL | ||
496 | help | ||
497 | This is a dangerous thing to attempt currently! Please read the | ||
498 | comments at the top of <file:drivers/ide/pci/hpt34x.c>. If you say Y | ||
499 | here, then say Y to "Use DMA by default when available" as well. | ||
500 | |||
501 | If unsure, say N. | ||
502 | |||
503 | config BLK_DEV_HPT366 | 481 | config BLK_DEV_HPT366 |
504 | tristate "HPT36X/37X chipset support" | 482 | tristate "HPT36X/37X chipset support" |
505 | select BLK_DEV_IDEDMA_PCI | 483 | select BLK_DEV_IDEDMA_PCI |