diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-05 16:30:44 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-05 16:30:44 -0400 |
commit | 4f7a307dc6e4d8bfeb56f7cf7231b08cb845687c (patch) | |
tree | 3bf90522c87fcb32373cb2a5ff25b1ead33405f5 /drivers/scsi/pcmcia/Kconfig | |
parent | fabb5c4e4a474ff0f7d6c1d3466a1b79bbce5f49 (diff) | |
parent | 7297824581755593535fc97d2c8b6c47e2dc2db6 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (87 commits)
[SCSI] fusion: fix domain validation loops
[SCSI] qla2xxx: fix regression on sparc64
[SCSI] modalias for scsi devices
[SCSI] sg: cap reserved_size values at max_sectors
[SCSI] BusLogic: stop using check_region
[SCSI] tgt: fix rdma transfer bugs
[SCSI] aacraid: fix aacraid not finding device
[SCSI] aacraid: Correct SMC products in aacraid.txt
[SCSI] scsi_error.c: Add EH Start Unit retry
[SCSI] aacraid: [Fastboot] Panics for AACRAID driver during 'insmod' for kexec test.
[SCSI] ipr: Driver version to 2.3.2
[SCSI] ipr: Faster sg list fetch
[SCSI] ipr: Return better qc_issue errors
[SCSI] ipr: Disrupt device error
[SCSI] ipr: Improve async error logging level control
[SCSI] ipr: PCI unblock config access fix
[SCSI] ipr: Fix for oops following SATA request sense
[SCSI] ipr: Log error for SAS dual path switch
[SCSI] ipr: Enable logging of debug error data for all devices
[SCSI] ipr: Add new PCI-E IDs to device table
...
Diffstat (limited to 'drivers/scsi/pcmcia/Kconfig')
-rw-r--r-- | drivers/scsi/pcmcia/Kconfig | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/scsi/pcmcia/Kconfig b/drivers/scsi/pcmcia/Kconfig index eac8e179cfff..7dd787f6ab27 100644 --- a/drivers/scsi/pcmcia/Kconfig +++ b/drivers/scsi/pcmcia/Kconfig | |||
@@ -3,11 +3,11 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | menu "PCMCIA SCSI adapter support" | 5 | menu "PCMCIA SCSI adapter support" |
6 | depends on SCSI!=n && PCMCIA!=n && MODULES | 6 | depends on SCSI!=n && PCMCIA!=n |
7 | 7 | ||
8 | config PCMCIA_AHA152X | 8 | config PCMCIA_AHA152X |
9 | tristate "Adaptec AHA152X PCMCIA support" | 9 | tristate "Adaptec AHA152X PCMCIA support" |
10 | depends on m && !64BIT | 10 | depends on !64BIT |
11 | select SCSI_SPI_ATTRS | 11 | select SCSI_SPI_ATTRS |
12 | help | 12 | help |
13 | Say Y here if you intend to attach this type of PCMCIA SCSI host | 13 | Say Y here if you intend to attach this type of PCMCIA SCSI host |
@@ -18,7 +18,6 @@ config PCMCIA_AHA152X | |||
18 | 18 | ||
19 | config PCMCIA_FDOMAIN | 19 | config PCMCIA_FDOMAIN |
20 | tristate "Future Domain PCMCIA support" | 20 | tristate "Future Domain PCMCIA support" |
21 | depends on m | ||
22 | help | 21 | help |
23 | Say Y here if you intend to attach this type of PCMCIA SCSI host | 22 | Say Y here if you intend to attach this type of PCMCIA SCSI host |
24 | adapter to your computer. | 23 | adapter to your computer. |
@@ -28,7 +27,7 @@ config PCMCIA_FDOMAIN | |||
28 | 27 | ||
29 | config PCMCIA_NINJA_SCSI | 28 | config PCMCIA_NINJA_SCSI |
30 | tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support" | 29 | tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support" |
31 | depends on m && !64BIT | 30 | depends on !64BIT |
32 | help | 31 | help |
33 | If you intend to attach this type of PCMCIA SCSI host adapter to | 32 | If you intend to attach this type of PCMCIA SCSI host adapter to |
34 | your computer, say Y here and read | 33 | your computer, say Y here and read |
@@ -62,7 +61,6 @@ config PCMCIA_NINJA_SCSI | |||
62 | 61 | ||
63 | config PCMCIA_QLOGIC | 62 | config PCMCIA_QLOGIC |
64 | tristate "Qlogic PCMCIA support" | 63 | tristate "Qlogic PCMCIA support" |
65 | depends on m | ||
66 | help | 64 | help |
67 | Say Y here if you intend to attach this type of PCMCIA SCSI host | 65 | Say Y here if you intend to attach this type of PCMCIA SCSI host |
68 | adapter to your computer. | 66 | adapter to your computer. |
@@ -72,7 +70,6 @@ config PCMCIA_QLOGIC | |||
72 | 70 | ||
73 | config PCMCIA_SYM53C500 | 71 | config PCMCIA_SYM53C500 |
74 | tristate "Symbios 53c500 PCMCIA support" | 72 | tristate "Symbios 53c500 PCMCIA support" |
75 | depends on m | ||
76 | help | 73 | help |
77 | Say Y here if you have a New Media Bus Toaster or other PCMCIA | 74 | Say Y here if you have a New Media Bus Toaster or other PCMCIA |
78 | SCSI adapter based on the Symbios 53c500 controller. | 75 | SCSI adapter based on the Symbios 53c500 controller. |