diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 7f78e3ea517d..99c57b0c1d54 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1677,6 +1677,16 @@ config MAC_SCSI | |||
1677 | SCSI-HOWTO, available from | 1677 | SCSI-HOWTO, available from |
1678 | <http://www.tldp.org/docs.html#howto>. | 1678 | <http://www.tldp.org/docs.html#howto>. |
1679 | 1679 | ||
1680 | config SCSI_MAC_ESP | ||
1681 | tristate "Macintosh NCR53c9[46] SCSI" | ||
1682 | depends on MAC && SCSI | ||
1683 | help | ||
1684 | This is the NCR 53c9x SCSI controller found on most of the 68040 | ||
1685 | based Macintoshes. | ||
1686 | |||
1687 | To compile this driver as a module, choose M here: the module | ||
1688 | will be called mac_esp. | ||
1689 | |||
1680 | config MVME147_SCSI | 1690 | config MVME147_SCSI |
1681 | bool "WD33C93 SCSI driver for MVME147" | 1691 | bool "WD33C93 SCSI driver for MVME147" |
1682 | depends on MVME147 && SCSI=y | 1692 | depends on MVME147 && SCSI=y |