diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-03 18:56:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:06:06 -0400 |
commit | 875d43e72b5bf22161a81de7554f88eccf8a51ae (patch) | |
tree | a676fe7298b478b7ee9fe7be9cb07c9a0b928370 /drivers/scsi/Kconfig | |
parent | 63fb6fd1c86181d9dd9ba0e6e6082799e149b56b (diff) |
[PATCH] mips: clean up 32/64-bit configuration
Start cleaning 32-bit vs. 64-bit configuration.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 12c208fb18c5..787ad00a2b73 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -250,7 +250,7 @@ config SCSI_DECNCR | |||
250 | 250 | ||
251 | config SCSI_DECSII | 251 | config SCSI_DECSII |
252 | tristate "DEC SII Scsi Driver" | 252 | tristate "DEC SII Scsi Driver" |
253 | depends on MACH_DECSTATION && SCSI && MIPS32 | 253 | depends on MACH_DECSTATION && SCSI && 32BIT |
254 | 254 | ||
255 | config BLK_DEV_3W_XXXX_RAID | 255 | config BLK_DEV_3W_XXXX_RAID |
256 | tristate "3ware 5/6/7/8xxx ATA-RAID support" | 256 | tristate "3ware 5/6/7/8xxx ATA-RAID support" |