forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/scsi/pcmcia/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # PCMCIA SCSI adapter configuration
34 #
....@@ -19,13 +20,23 @@
1920 To compile this driver as a module, choose M here: the
2021 module will be called aha152x_cs.
2122
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
+
2233 config PCMCIA_NINJA_SCSI
2334 tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
24
- depends on !64BIT
35
+ depends on !64BIT || COMPILE_TEST
2536 help
2637 If you intend to attach this type of PCMCIA SCSI host adapter to
2738 your computer, say Y here and read
28
- <file:Documentation/scsi/NinjaSCSI.txt>.
39
+ <file:Documentation/scsi/NinjaSCSI.rst>.
2940
3041 Supported cards:
3142