All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mptfusion depends on scsi
@ 2004-04-24 19:04 Olaf Hering
  0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2004-04-24 19:04 UTC (permalink / raw)
  To: linux-scsi, akpm


mptfusion depends on scsi.
If it was =y, and scsi is set to =m, it will remain =y and give link errors.

2.6.6-rc2-bk3


--- ./drivers/message/fusion/Kconfig~   2004-04-04 05:38:27.000000000 +0200
+++ ./drivers/message/fusion/Kconfig    2004-04-24 20:58:32.000000000 +0200
@@ -3,7 +3,7 @@ menu "Fusion MPT device support"
 
 config FUSION
        tristate "Fusion MPT (base + ScsiHost) drivers"
-       depends on PCI
+       depends on PCI && SCSI
        ---help---
          LSI Logic Fusion(TM) Message Passing Technology (MPT) device support
          provides high performance SCSI host initiator, and LAN [1] interface

-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-24 19:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-24 19:04 [PATCH] mptfusion depends on scsi Olaf Hering

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.