|
@@ -2,9 +2,12 @@
|
|
# PCMCIA SCSI adapter configuration
|
|
# PCMCIA SCSI adapter configuration
|
|
#
|
|
#
|
|
|
|
|
|
-menu "PCMCIA SCSI adapter support"
|
|
|
|
|
|
+menuconfig SCSI_LOWLEVEL_PCMCIA
|
|
|
|
+ bool "PCMCIA SCSI adapter support"
|
|
depends on SCSI!=n && PCMCIA!=n
|
|
depends on SCSI!=n && PCMCIA!=n
|
|
|
|
|
|
|
|
+if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA
|
|
|
|
+
|
|
config PCMCIA_AHA152X
|
|
config PCMCIA_AHA152X
|
|
tristate "Adaptec AHA152X PCMCIA support"
|
|
tristate "Adaptec AHA152X PCMCIA support"
|
|
depends on !64BIT
|
|
depends on !64BIT
|
|
@@ -77,4 +80,4 @@ config PCMCIA_SYM53C500
|
|
To compile this driver as a module, choose M here: the
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called sym53c500_cs.
|
|
module will be called sym53c500_cs.
|
|
|
|
|
|
-endmenu
|
|
|
|
|
|
+endif # SCSI_LOWLEVEL_PCMCIA
|