All of lore.kernel.org
 help / color / mirror / Atom feed
* config of SCSI_QLOGIC_1280_1040
@ 2004-10-23  1:55 Eyal Lebedinsky
  2004-10-29 22:01 ` [2.6 patch] SCSI_QLOGIC_1280_1040 dependencies Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: Eyal Lebedinsky @ 2004-10-23  1:55 UTC (permalink / raw)
  To: linux-kernel list

Should the second line be indented?

Qlogic QLA 1240/1x80/1x160 SCSI support (SCSI_QLOGIC_1280) [M/n/?] m
Qlogic QLA 1020/1040 SCSI support (SCSI_QLOGIC_1280_1040) [N/y/?] (NEW) y

--
Eyal Lebedinsky	 (eyal@eyal.emu.id.au) <http://samba.org/eyal/>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [2.6 patch] SCSI_QLOGIC_1280_1040 dependencies
  2004-10-23  1:55 config of SCSI_QLOGIC_1280_1040 Eyal Lebedinsky
@ 2004-10-29 22:01 ` Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2004-10-29 22:01 UTC (permalink / raw)
  To: Eyal Lebedinsky, Jes Sorensen, Christoph Hellwig
  Cc: linux-kernel list, James.Bottomley, linux-scsi

On Sat, Oct 23, 2004 at 11:55:20AM +1000, Eyal Lebedinsky wrote:

> Should the second line be indented?
> 
> Qlogic QLA 1240/1x80/1x160 SCSI support (SCSI_QLOGIC_1280) [M/n/?] m
> Qlogic QLA 1020/1040 SCSI support (SCSI_QLOGIC_1280_1040) [N/y/?] (NEW) y

Correct, SCSI_QLOGIC_1280_1040 should depend on SCSI_QLOGIC_1280.

The patch below does this.

Additionally, it prevents the case that both drivers are built 
statically and both support the 1020/1040.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.10-rc1-mm2-full/drivers/scsi/Kconfig.old	2004-10-29 23:51:39.000000000 +0200
+++ linux-2.6.10-rc1-mm2-full/drivers/scsi/Kconfig	2004-10-29 23:56:42.000000000 +0200
@@ -1288,6 +1288,7 @@
 
 config SCSI_QLOGIC_1280_1040
 	bool "Qlogic QLA 1020/1040 SCSI support"
+	depends on SCSI_QLOGIC_1280 && SCSI_QLOGIC_ISP!=y
 	help
 	  Say Y here if you have a QLogic ISP1020/1040 SCSI host adapter and
 	  do not want to use the old driver.  This option enables support in


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-29 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-23  1:55 config of SCSI_QLOGIC_1280_1040 Eyal Lebedinsky
2004-10-29 22:01 ` [2.6 patch] SCSI_QLOGIC_1280_1040 dependencies Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.