.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # PCMCIA SCSI adapter configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
19 | 20 | To compile this driver as a module, choose M here: the |
---|
20 | 21 | module will be called aha152x_cs. |
---|
21 | 22 | |
---|
| 23 | +config PCMCIA_FDOMAIN |
---|
| 24 | + tristate "Future Domain PCMCIA support" |
---|
| 25 | + select SCSI_FDOMAIN |
---|
| 26 | + help |
---|
| 27 | + Say Y here if you intend to attach this type of PCMCIA SCSI host |
---|
| 28 | + adapter to your computer. |
---|
| 29 | + |
---|
| 30 | + To compile this driver as a module, choose M here: the |
---|
| 31 | + module will be called fdomain_cs. |
---|
| 32 | + |
---|
22 | 33 | config PCMCIA_NINJA_SCSI |
---|
23 | 34 | tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support" |
---|
24 | | - depends on !64BIT |
---|
| 35 | + depends on !64BIT || COMPILE_TEST |
---|
25 | 36 | help |
---|
26 | 37 | If you intend to attach this type of PCMCIA SCSI host adapter to |
---|
27 | 38 | your computer, say Y here and read |
---|
28 | | - <file:Documentation/scsi/NinjaSCSI.txt>. |
---|
| 39 | + <file:Documentation/scsi/NinjaSCSI.rst>. |
---|
29 | 40 | |
---|
30 | 41 | Supported cards: |
---|
31 | 42 | |
---|