[2.6 patch] show "Fusion MPT device support" menu only if BLK_DEV_SD

From: Adrian Bunk
Date: Tue Jan 20 2004 - 18:29:24 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/