aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 4955167a7a92..79ba45c1e9c0 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1704,7 +1704,7 @@ config TT_DMA_EMUL
1704 1704
1705config MAC_SCSI 1705config MAC_SCSI
1706 bool "Macintosh NCR5380 SCSI" 1706 bool "Macintosh NCR5380 SCSI"
1707 depends on MAC && SCSI 1707 depends on MAC && SCSI=y
1708 help 1708 help
1709 This is the NCR 5380 SCSI controller included on most of the 68030 1709 This is the NCR 5380 SCSI controller included on most of the 68030
1710 based Macintoshes. If you have one of these say Y and read the 1710 based Macintoshes. If you have one of these say Y and read the
@@ -1725,7 +1725,7 @@ config SCSI_MAC_ESP
1725 1725
1726config MVME147_SCSI 1726config MVME147_SCSI
1727 bool "WD33C93 SCSI driver for MVME147" 1727 bool "WD33C93 SCSI driver for MVME147"
1728 depends on MVME147 && SCSI 1728 depends on MVME147 && SCSI=y
1729 help 1729 help
1730 Support for the on-board SCSI controller on the Motorola MVME147 1730 Support for the on-board SCSI controller on the Motorola MVME147
1731 single-board computer. 1731 single-board computer.
@@ -1766,7 +1766,7 @@ config SUN3_SCSI
1766 1766
1767config SUN3X_ESP 1767config SUN3X_ESP
1768 bool "Sun3x ESP SCSI" 1768 bool "Sun3x ESP SCSI"
1769 depends on SUN3X && SCSI 1769 depends on SUN3X && SCSI=y
1770 help 1770 help
1771 The ESP was an on-board SCSI controller used on Sun 3/80 1771 The ESP was an on-board SCSI controller used on Sun 3/80
1772 machines. Say Y here to compile in support for it. 1772 machines. Say Y here to compile in support for it.