[2.6 patch] show "Fusion MPT device support" menu only if BLK_DEV_SD
From: Adrian Bunk (bunk_at_fs.tum.de)
Date: 01/21/04
- Previous message: Pavel Machek: "Re: More cleanups for swsusp"
- Next in thread: Christoph Hellwig: "Re: [2.6 patch] show "Fusion MPT device support" menu only if BLK_DEV_SD"
- Reply: Christoph Hellwig: "Re: [2.6 patch] show "Fusion MPT device support" menu only if BLK_DEV_SD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 21 Jan 2004 00:25:07 +0100 To: Andrew Morton <akpm@osdl.org>, James.Bottomley@SteelEye.com
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Pavel Machek: "Re: More cleanups for swsusp"
- Next in thread: Christoph Hellwig: "Re: [2.6 patch] show "Fusion MPT device support" menu only if BLK_DEV_SD"
- Reply: Christoph Hellwig: "Re: [2.6 patch] show "Fusion MPT device support" menu only if BLK_DEV_SD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]