diff options
author | Alan Cox <alan@linux.intel.com> | 2009-11-30 08:23:00 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-12-03 02:46:36 -0500 |
commit | be315d46156b3db3f4d7eddd1f85549a8a70e962 (patch) | |
tree | 9193a4da01270eccaaddf2beb77d290447c18bf6 /drivers/ata/Kconfig | |
parent | d43744390e460dce6626fb8de2c02a24ff650005 (diff) |
[libata] PATA: Update experimental tags
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 33133c6851c5..a47ca75aa078 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -374,8 +374,8 @@ config PATA_HPT366 | |||
374 | If unsure, say N. | 374 | If unsure, say N. |
375 | 375 | ||
376 | config PATA_HPT37X | 376 | config PATA_HPT37X |
377 | tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)" | 377 | tristate "HPT 370/370A/371/372/374/302 PATA support" |
378 | depends on PCI && EXPERIMENTAL | 378 | depends on PCI |
379 | help | 379 | help |
380 | This option enables support for the majority of the later HPT | 380 | This option enables support for the majority of the later HPT |
381 | PATA controllers via the new ATA layer. | 381 | PATA controllers via the new ATA layer. |
@@ -383,8 +383,8 @@ config PATA_HPT37X | |||
383 | If unsure, say N. | 383 | If unsure, say N. |
384 | 384 | ||
385 | config PATA_HPT3X2N | 385 | config PATA_HPT3X2N |
386 | tristate "HPT 372N/302N PATA support (Experimental)" | 386 | tristate "HPT 372N/302N PATA support" |
387 | depends on PCI && EXPERIMENTAL | 387 | depends on PCI |
388 | help | 388 | help |
389 | This option enables support for the N variant HPT PATA | 389 | This option enables support for the N variant HPT PATA |
390 | controllers via the new ATA layer | 390 | controllers via the new ATA layer |
@@ -401,7 +401,7 @@ config PATA_HPT3X3 | |||
401 | If unsure, say N. | 401 | If unsure, say N. |
402 | 402 | ||
403 | config PATA_HPT3X3_DMA | 403 | config PATA_HPT3X3_DMA |
404 | bool "HPT 343/363 DMA support (Experimental)" | 404 | bool "HPT 343/363 DMA support" |
405 | depends on PATA_HPT3X3 | 405 | depends on PATA_HPT3X3 |
406 | help | 406 | help |
407 | This option enables DMA support for the HPT343/363 | 407 | This option enables DMA support for the HPT343/363 |
@@ -510,8 +510,8 @@ config PATA_NETCELL | |||
510 | If unsure, say N. | 510 | If unsure, say N. |
511 | 511 | ||
512 | config PATA_NINJA32 | 512 | config PATA_NINJA32 |
513 | tristate "Ninja32/Delkin Cardbus ATA support (Experimental)" | 513 | tristate "Ninja32/Delkin Cardbus ATA support" |
514 | depends on PCI && EXPERIMENTAL | 514 | depends on PCI |
515 | help | 515 | help |
516 | This option enables support for the Ninja32, Delkin and | 516 | This option enables support for the Ninja32, Delkin and |
517 | possibly other brands of Cardbus ATA adapter | 517 | possibly other brands of Cardbus ATA adapter |
@@ -573,6 +573,14 @@ config PATA_PCMCIA | |||
573 | 573 | ||
574 | If unsure, say N. | 574 | If unsure, say N. |
575 | 575 | ||
576 | config PATA_PDC2027X | ||
577 | tristate "Promise PATA 2027x support" | ||
578 | depends on PCI | ||
579 | help | ||
580 | This option enables support for Promise PATA pdc20268 to pdc20277 host adapters. | ||
581 | |||
582 | If unsure, say N. | ||
583 | |||
576 | config PATA_PDC_OLD | 584 | config PATA_PDC_OLD |
577 | tristate "Older Promise PATA controller support" | 585 | tristate "Older Promise PATA controller support" |
578 | depends on PCI | 586 | depends on PCI |
@@ -643,14 +651,6 @@ config PATA_SERVERWORKS | |||
643 | 651 | ||
644 | If unsure, say N. | 652 | If unsure, say N. |
645 | 653 | ||
646 | config PATA_PDC2027X | ||
647 | tristate "Promise PATA 2027x support" | ||
648 | depends on PCI | ||
649 | help | ||
650 | This option enables support for Promise PATA pdc20268 to pdc20277 host adapters. | ||
651 | |||
652 | If unsure, say N. | ||
653 | |||
654 | config PATA_SIL680 | 654 | config PATA_SIL680 |
655 | tristate "CMD / Silicon Image 680 PATA support" | 655 | tristate "CMD / Silicon Image 680 PATA support" |
656 | depends on PCI | 656 | depends on PCI |