aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig34
1 files changed, 31 insertions, 3 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index c76a3b8b5569..78c33180ebed 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -235,6 +235,13 @@ config SCSI_ISCSI_ATTRS
235 each attached iSCSI device to sysfs, say Y. 235 each attached iSCSI device to sysfs, say Y.
236 Otherwise, say N. 236 Otherwise, say N.
237 237
238config SCSI_SAS_ATTRS
239 tristate "SAS Transport Attributes"
240 depends on SCSI
241 help
242 If you wish to export transport-specific information about
243 each attached SAS device to sysfs, say Y.
244
238endmenu 245endmenu
239 246
240menu "SCSI low-level drivers" 247menu "SCSI low-level drivers"
@@ -506,11 +513,11 @@ config SCSI_SATA_NV
506 513
507 If unsure, say N. 514 If unsure, say N.
508 515
509config SCSI_SATA_PROMISE 516config SCSI_PDC_ADMA
510 tristate "Promise SATA TX2/TX4 support" 517 tristate "Pacific Digital ADMA support"
511 depends on SCSI_SATA && PCI 518 depends on SCSI_SATA && PCI
512 help 519 help
513 This option enables support for Promise Serial ATA TX2/TX4. 520 This option enables support for Pacific Digital ADMA controllers
514 521
515 If unsure, say N. 522 If unsure, say N.
516 523
@@ -522,6 +529,14 @@ config SCSI_SATA_QSTOR
522 529
523 If unsure, say N. 530 If unsure, say N.
524 531
532config SCSI_SATA_PROMISE
533 tristate "Promise SATA TX2/TX4 support"
534 depends on SCSI_SATA && PCI
535 help
536 This option enables support for Promise Serial ATA TX2/TX4.
537
538 If unsure, say N.
539
525config SCSI_SATA_SX4 540config SCSI_SATA_SX4
526 tristate "Promise SATA SX4 support" 541 tristate "Promise SATA SX4 support"
527 depends on SCSI_SATA && PCI && EXPERIMENTAL 542 depends on SCSI_SATA && PCI && EXPERIMENTAL
@@ -538,6 +553,14 @@ config SCSI_SATA_SIL
538 553
539 If unsure, say N. 554 If unsure, say N.
540 555
556config SCSI_SATA_SIL24
557 tristate "Silicon Image 3124/3132 SATA support"
558 depends on SCSI_SATA && PCI && EXPERIMENTAL
559 help
560 This option enables support for Silicon Image 3124/3132 Serial ATA.
561
562 If unsure, say N.
563
541config SCSI_SATA_SIS 564config SCSI_SATA_SIS
542 tristate "SiS 964/180 SATA support" 565 tristate "SiS 964/180 SATA support"
543 depends on SCSI_SATA && PCI && EXPERIMENTAL 566 depends on SCSI_SATA && PCI && EXPERIMENTAL
@@ -570,6 +593,11 @@ config SCSI_SATA_VITESSE
570 593
571 If unsure, say N. 594 If unsure, say N.
572 595
596config SCSI_SATA_INTEL_COMBINED
597 bool
598 depends on IDE=y && !BLK_DEV_IDE_SATA && (SCSI_SATA_AHCI || SCSI_ATA_PIIX)
599 default y
600
573config SCSI_BUSLOGIC 601config SCSI_BUSLOGIC
574 tristate "BusLogic SCSI support" 602 tristate "BusLogic SCSI support"
575 depends on (PCI || ISA || MCA) && SCSI && ISA_DMA_API 603 depends on (PCI || ISA || MCA) && SCSI && ISA_DMA_API