aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-12-09 01:14:38 -0500
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-12-09 01:14:38 -0500
commitbcd6acd51f3d4d1ada201e9bc5c40a31d6d80c71 (patch)
tree2f6dffd2d3e4dd67355a224de7e7a960335a92fd /drivers/ata/Kconfig
parent11c34c7deaeeebcee342cbc35e1bb2a6711b2431 (diff)
parent3ff6a468b45b5dfeb0e903e56f4eb27d34b2437c (diff)
Merge commit 'origin/master' into next
Conflicts: include/linux/kvm.h
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig41
1 files changed, 25 insertions, 16 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 51eea3000b55..85844d053846 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -3,7 +3,7 @@
3# 3#
4 4
5menuconfig ATA 5menuconfig ATA
6 tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers" 6 tristate "Serial ATA and Parallel ATA drivers"
7 depends on HAS_IOMEM 7 depends on HAS_IOMEM
8 depends on BLOCK 8 depends on BLOCK
9 depends on !(M32R || M68K) || BROKEN 9 depends on !(M32R || M68K) || BROKEN
@@ -374,8 +374,8 @@ config PATA_HPT366
374 If unsure, say N. 374 If unsure, say N.
375 375
376config PATA_HPT37X 376config 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
385config PATA_HPT3X2N 385config 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
403config PATA_HPT3X3_DMA 403config 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
512config PATA_NINJA32 512config 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
576config 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
576config PATA_PDC_OLD 584config 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
646config 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
654config PATA_SIL680 654config 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
@@ -667,6 +667,15 @@ config PATA_SIS
667 667
668 If unsure, say N. 668 If unsure, say N.
669 669
670config PATA_TOSHIBA
671 tristate "Toshiba Piccolo support (Experimental)"
672 depends on PCI && EXPERIMENTAL
673 help
674 Support for the Toshiba Piccolo controllers. Currently only the
675 primary channel is supported by this driver.
676
677 If unsure, say N.
678
670config PATA_VIA 679config PATA_VIA
671 tristate "VIA PATA support" 680 tristate "VIA PATA support"
672 depends on PCI 681 depends on PCI