[PATCH] Fix mesh cfg in drivers/scsi/Config.in

Paul Mackerras (paulus@samba.org)
Mon, 5 Aug 2002 22:45:00 +1000 (EST)


Linus,

We need this small change to drivers/scsi/Config.in. It only affects
people using powermacs since the MESH hardware only exists on
powermacs and clones.

Thanks,
Paul.

diff -urN linux-2.5/drivers/scsi/Config.in pmac-2.5/drivers/scsi/Config.in
--- linux-2.5/drivers/scsi/Config.in Mon Jun 24 23:59:08 2002
+++ pmac-2.5/drivers/scsi/Config.in Wed Jun 26 02:10:03 2002
@@ -221,10 +221,11 @@
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
dep_tristate 'SCSI debugging host simulator (EXPERIMENTAL)' CONFIG_SCSI_DEBUG $CONFIG_SCSI
fi
-if [ "$CONFIG_PPC" = "y" ]; then
+if [ "$CONFIG_ALL_PPC" = "y" ]; then
dep_tristate 'MESH (Power Mac internal SCSI) support' CONFIG_SCSI_MESH $CONFIG_SCSI
if [ "$CONFIG_SCSI_MESH" != "n" ]; then
int ' maximum synchronous transfer rate (MB/s) (0 = async)' CONFIG_SCSI_MESH_SYNC_RATE 5
+ int ' initial bus reset delay (ms) (0 = no reset)' CONFIG_SCSI_MESH_RESET_DELAY_MS 4000
fi
dep_tristate '53C94 (Power Mac external SCSI) support' CONFIG_SCSI_MAC53C94 $CONFIG_SCSI
fi
-
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/