diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-15 21:58:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-15 21:58:04 -0400 |
commit | 89a93f2f4834f8c126e8d9dd6b368d0b9e21ec3d (patch) | |
tree | e731456fec0cab1225ad3e806dc8d3efefa0a78b /drivers/md/Kconfig | |
parent | 260eddf4391f162a69d1d163729249635fa7a78f (diff) | |
parent | fe9233fb6914a0eb20166c967e3020f7f0fba2c9 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (102 commits)
[SCSI] scsi_dh: fix kconfig related build errors
[SCSI] sym53c8xx: Fix bogus sym_que_entry re-implementation of container_of
[SCSI] scsi_cmnd.h: remove double inclusion of linux/blkdev.h
[SCSI] make struct scsi_{host,target}_type static
[SCSI] fix locking in host use of blk_plug_device()
[SCSI] zfcp: Cleanup external header file
[SCSI] zfcp: Cleanup code in zfcp_erp.c
[SCSI] zfcp: zfcp_fsf cleanup.
[SCSI] zfcp: consolidate sysfs things into one file.
[SCSI] zfcp: Cleanup of code in zfcp_aux.c
[SCSI] zfcp: Cleanup of code in zfcp_scsi.c
[SCSI] zfcp: Move status accessors from zfcp to SCSI include file.
[SCSI] zfcp: Small QDIO cleanups
[SCSI] zfcp: Adapter reopen for large number of unsolicited status
[SCSI] zfcp: Fix error checking for ELS ADISC requests
[SCSI] zfcp: wait until adapter is finished with ERP during auto-port
[SCSI] ibmvfc: IBM Power Virtual Fibre Channel Adapter Client Driver
[SCSI] sg: Add target reset support
[SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC
[SCSI] sd: Move scsi_disk() accessor function to sd.h
...
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 610af916891e..07d92c11b5d8 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -252,27 +252,14 @@ config DM_ZERO | |||
252 | config DM_MULTIPATH | 252 | config DM_MULTIPATH |
253 | tristate "Multipath target" | 253 | tristate "Multipath target" |
254 | depends on BLK_DEV_DM | 254 | depends on BLK_DEV_DM |
255 | # nasty syntax but means make DM_MULTIPATH independent | ||
256 | # of SCSI_DH if the latter isn't defined but if | ||
257 | # it is, DM_MULTIPATH must depend on it. We get a build | ||
258 | # error if SCSI_DH=m and DM_MULTIPATH=y | ||
259 | depends on SCSI_DH || !SCSI_DH | ||
255 | ---help--- | 260 | ---help--- |
256 | Allow volume managers to support multipath hardware. | 261 | Allow volume managers to support multipath hardware. |
257 | 262 | ||
258 | config DM_MULTIPATH_EMC | ||
259 | tristate "EMC CX/AX multipath support" | ||
260 | depends on DM_MULTIPATH && BLK_DEV_DM | ||
261 | ---help--- | ||
262 | Multipath support for EMC CX/AX series hardware. | ||
263 | |||
264 | config DM_MULTIPATH_RDAC | ||
265 | tristate "LSI/Engenio RDAC multipath support (EXPERIMENTAL)" | ||
266 | depends on DM_MULTIPATH && BLK_DEV_DM && SCSI && EXPERIMENTAL | ||
267 | ---help--- | ||
268 | Multipath support for LSI/Engenio RDAC. | ||
269 | |||
270 | config DM_MULTIPATH_HP | ||
271 | tristate "HP MSA multipath support (EXPERIMENTAL)" | ||
272 | depends on DM_MULTIPATH && BLK_DEV_DM && SCSI && EXPERIMENTAL | ||
273 | ---help--- | ||
274 | Multipath support for HP MSA (Active/Passive) series hardware. | ||
275 | |||
276 | config DM_DELAY | 263 | config DM_DELAY |
277 | tristate "I/O delaying target (EXPERIMENTAL)" | 264 | tristate "I/O delaying target (EXPERIMENTAL)" |
278 | depends on BLK_DEV_DM && EXPERIMENTAL | 265 | depends on BLK_DEV_DM && EXPERIMENTAL |