Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62709
b: refs/heads/master
c: fc6e740
h: refs/heads/master
i:
  62707: 26b025a
v: v3
  • Loading branch information
Jan Engelhardt authored and James Bottomley committed Jul 18, 2007
1 parent 3307d87 commit 223f207
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 072c3a9d4fe8d270d0b0a8e2c2e34b7f253ceab1
refs/heads/master: fc6e740d0b8619b7e5b6a1899d2db73e309de6a5
8 changes: 6 additions & 2 deletions trunk/drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,12 @@ source "drivers/scsi/libsas/Kconfig"

endmenu

menu "SCSI low-level drivers"
menuconfig SCSI_LOWLEVEL
bool "SCSI low-level drivers"
depends on SCSI!=n
default y

if SCSI_LOWLEVEL

config ISCSI_TCP
tristate "iSCSI Initiator over TCP/IP"
Expand Down Expand Up @@ -1800,7 +1804,7 @@ config SCSI_SRP
To compile this driver as a module, choose M here: the
module will be called libsrp.

endmenu
endif # SCSI_LOWLEVEL

source "drivers/scsi/pcmcia/Kconfig"

Expand Down
7 changes: 5 additions & 2 deletions trunk/drivers/scsi/pcmcia/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
# PCMCIA SCSI adapter configuration
#

menu "PCMCIA SCSI adapter support"
menuconfig SCSI_LOWLEVEL_PCMCIA
bool "PCMCIA SCSI adapter support"
depends on SCSI!=n && PCMCIA!=n

if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA

config PCMCIA_AHA152X
tristate "Adaptec AHA152X PCMCIA support"
depends on !64BIT
Expand Down Expand Up @@ -77,4 +80,4 @@ config PCMCIA_SYM53C500
To compile this driver as a module, choose M here: the
module will be called sym53c500_cs.

endmenu
endif # SCSI_LOWLEVEL_PCMCIA

0 comments on commit 223f207

Please sign in to comment.