diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-05-04 00:39:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-04 10:33:14 -0400 |
commit | a553260618d88c4790daec7975c88f3db1080b5b (patch) | |
tree | 75e46d5335ac3393bf453a36531bbe2ec60c1d21 /drivers/scsi/Kconfig | |
parent | 7fbacd5213a03b262bb17a826b166900e8b168ac (diff) |
[PATCH] ISA DMA Kconfig fixes - part 3
Drivers that expect ISA DMA API are marked as such in Kconfig.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 750b11cefd93..1811cb240315 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -260,7 +260,7 @@ config SCSI_3W_9XXX | |||
260 | 260 | ||
261 | config SCSI_7000FASST | 261 | config SCSI_7000FASST |
262 | tristate "7000FASST SCSI support" | 262 | tristate "7000FASST SCSI support" |
263 | depends on ISA && SCSI | 263 | depends on ISA && SCSI && ISA_DMA_API |
264 | help | 264 | help |
265 | This driver supports the Western Digital 7000 SCSI host adapter | 265 | This driver supports the Western Digital 7000 SCSI host adapter |
266 | family. Some information is in the source: | 266 | family. Some information is in the source: |
@@ -295,7 +295,7 @@ config SCSI_AHA152X | |||
295 | 295 | ||
296 | config SCSI_AHA1542 | 296 | config SCSI_AHA1542 |
297 | tristate "Adaptec AHA1542 support" | 297 | tristate "Adaptec AHA1542 support" |
298 | depends on ISA && SCSI | 298 | depends on ISA && SCSI && ISA_DMA_API |
299 | ---help--- | 299 | ---help--- |
300 | This is support for a SCSI host adapter. It is explained in section | 300 | This is support for a SCSI host adapter. It is explained in section |
301 | 3.4 of the SCSI-HOWTO, available from | 301 | 3.4 of the SCSI-HOWTO, available from |
@@ -515,7 +515,7 @@ config SCSI_SATA_VITESSE | |||
515 | 515 | ||
516 | config SCSI_BUSLOGIC | 516 | config SCSI_BUSLOGIC |
517 | tristate "BusLogic SCSI support" | 517 | tristate "BusLogic SCSI support" |
518 | depends on (PCI || ISA || MCA) && SCSI && (BROKEN || !SPARC64) | 518 | depends on (PCI || ISA || MCA) && SCSI && ISA_DMA_API |
519 | ---help--- | 519 | ---help--- |
520 | This is support for BusLogic MultiMaster and FlashPoint SCSI Host | 520 | This is support for BusLogic MultiMaster and FlashPoint SCSI Host |
521 | Adapters. Consult the SCSI-HOWTO, available from | 521 | Adapters. Consult the SCSI-HOWTO, available from |
@@ -571,7 +571,7 @@ config SCSI_DTC3280 | |||
571 | 571 | ||
572 | config SCSI_EATA | 572 | config SCSI_EATA |
573 | tristate "EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support" | 573 | tristate "EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support" |
574 | depends on (ISA || EISA || PCI) && SCSI && (BROKEN || !SPARC64) | 574 | depends on (ISA || EISA || PCI) && SCSI && ISA_DMA_API |
575 | ---help--- | 575 | ---help--- |
576 | This driver supports all EATA/DMA-compliant SCSI host adapters. DPT | 576 | This driver supports all EATA/DMA-compliant SCSI host adapters. DPT |
577 | ISA and all EISA I/O addresses are probed looking for the "EATA" | 577 | ISA and all EISA I/O addresses are probed looking for the "EATA" |
@@ -665,7 +665,7 @@ config SCSI_FD_MCS | |||
665 | 665 | ||
666 | config SCSI_GDTH | 666 | config SCSI_GDTH |
667 | tristate "Intel/ICP (former GDT SCSI Disk Array) RAID Controller support" | 667 | tristate "Intel/ICP (former GDT SCSI Disk Array) RAID Controller support" |
668 | depends on (ISA || EISA || PCI) && SCSI && (BROKEN || !SPARC64) | 668 | depends on (ISA || EISA || PCI) && SCSI && ISA_DMA_API |
669 | ---help--- | 669 | ---help--- |
670 | Formerly called GDT SCSI Disk Array Controller Support. | 670 | Formerly called GDT SCSI Disk Array Controller Support. |
671 | 671 | ||
@@ -1416,7 +1416,7 @@ config SCSI_T128 | |||
1416 | 1416 | ||
1417 | config SCSI_U14_34F | 1417 | config SCSI_U14_34F |
1418 | tristate "UltraStor 14F/34F support" | 1418 | tristate "UltraStor 14F/34F support" |
1419 | depends on ISA && SCSI | 1419 | depends on ISA && SCSI && ISA_DMA_API |
1420 | ---help--- | 1420 | ---help--- |
1421 | This is support for the UltraStor 14F and 34F SCSI-2 host adapters. | 1421 | This is support for the UltraStor 14F and 34F SCSI-2 host adapters. |
1422 | The source at <file:drivers/scsi/u14-34f.c> contains some | 1422 | The source at <file:drivers/scsi/u14-34f.c> contains some |