diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-10-13 15:58:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-14 13:23:27 -0400 |
commit | 29c8a24672e1cdfee99c15b870c57eb30ae69daf (patch) | |
tree | 26f67aaca31d878339a99d89e0036d912bdef449 /drivers/scsi/Kconfig | |
parent | 7477fb6fbc339469ea945e007f3f7b3bb13b25f7 (diff) |
m68k: Remove the broken Hades support
This patch removes the Hades support that was marked as BROKEN 5 years ago.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index d3b211af4e1..96033ecb675 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1670,14 +1670,6 @@ config ATARI_SCSI_RESET_BOOT | |||
1670 | boot process fractionally longer but may assist recovery from errors | 1670 | boot process fractionally longer but may assist recovery from errors |
1671 | that leave the devices with SCSI operations partway completed. | 1671 | that leave the devices with SCSI operations partway completed. |
1672 | 1672 | ||
1673 | config TT_DMA_EMUL | ||
1674 | bool "Hades SCSI DMA emulator" | ||
1675 | depends on ATARI_SCSI && HADES | ||
1676 | help | ||
1677 | This option enables code which emulates the TT SCSI DMA chip on the | ||
1678 | Hades. This increases the SCSI transfer rates at least ten times | ||
1679 | compared to PIO transfers. | ||
1680 | |||
1681 | config MAC_SCSI | 1673 | config MAC_SCSI |
1682 | bool "Macintosh NCR5380 SCSI" | 1674 | bool "Macintosh NCR5380 SCSI" |
1683 | depends on MAC && SCSI=y | 1675 | depends on MAC && SCSI=y |