public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] show "Fusion MPT device support" menu only if BLK_DEV_SD
@ 2004-01-20 23:25 Adrian Bunk
  2004-01-20 23:35 ` Christoph Hellwig
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Bunk @ 2004-01-20 23:25 UTC (permalink / raw)
  To: Andrew Morton, James.Bottomley; +Cc: linux-kernel, linux-scsi

With BLK_DEV_SD=n, I see a "Fusion MPT device support" menu I can't 
enter.

The simple patch below removes the "Fusion MPT device support" menu if 
BLK_DEV_SD=n.

Please apply
Adrian

--- linux-2.6.1-mm5/drivers/message/fusion/Kconfig.old	2004-01-21 00:19:12.000000000 +0100
+++ linux-2.6.1-mm5/drivers/message/fusion/Kconfig	2004-01-21 00:19:29.000000000 +0100
@@ -1,9 +1,9 @@
 
 menu "Fusion MPT device support"
+	depends on BLK_DEV_SD
 
 config FUSION
 	tristate "Fusion MPT (base + ScsiHost) drivers"
-	depends on BLK_DEV_SD
 	---help---
 	  LSI Logic Fusion(TM) Message Passing Technology (MPT) device support
 	  provides high performance SCSI host initiator, and LAN [1] interface

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

end of thread, other threads:[~2004-01-25 23:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-20 23:25 [2.6 patch] show "Fusion MPT device support" menu only if BLK_DEV_SD Adrian Bunk
2004-01-20 23:35 ` Christoph Hellwig
2004-01-21  0:03   ` Andrew Morton
2004-01-21  0:08     ` Christoph Hellwig
2004-01-25 23:07     ` Matthew Wilcox
2004-01-25 23:11       ` Andrew Morton
2004-01-25 23:51         ` Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox