diff options
author | Sam Creasey <sammy@sammy.net> | 2006-12-09 04:37:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-09 12:41:18 -0500 |
commit | c39e7eee149b4105fc49df27a2cb04fad880bb00 (patch) | |
tree | 16900d269d2aefe32c2c0280f2291b886c84c599 /drivers/scsi/Kconfig | |
parent | a3a79bd7c75f0055df16540c7e9dbe270060ebe8 (diff) |
[PATCH] Sun3 SCSI: Make sun3 scsi drivers compile/work again
Make sun3 scsi drivers compile/work again (though with way too many warnings...)
Tested on 3/50, 3/60.
Signed-off-by: Sam Creasey <sammy@sammy.net>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.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 69569096dae5..60f582727185 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1737,7 +1737,7 @@ config SCSI_NCR53C7xx_FAST | |||
1737 | 1737 | ||
1738 | config SUN3_SCSI | 1738 | config SUN3_SCSI |
1739 | tristate "Sun3 NCR5380 SCSI" | 1739 | tristate "Sun3 NCR5380 SCSI" |
1740 | depends on SUN3 && SCSI && BROKEN | 1740 | depends on SUN3 && SCSI |
1741 | select SCSI_SPI_ATTRS | 1741 | select SCSI_SPI_ATTRS |
1742 | help | 1742 | help |
1743 | This option will enable support for the OBIO (onboard io) NCR5380 | 1743 | This option will enable support for the OBIO (onboard io) NCR5380 |