Skip to content

Commit 304b692

Browse files
Finn Thaingregkh
authored andcommitted
scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m
commit 2559a1ef688f933835912c731bed2254146a9b04 upstream. The mac_scsi driver still gets disabled when SCSI=m. This should have been fixed back when I enabled the tristate but I didn't see the bug. Fixes: 6e9ae6d ("[PATCH] mac_scsi: Add module option to Kconfig") Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent cdbe654 commit 304b692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/scsi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ config ATARI_SCSI_RESET_BOOT
16371637

16381638
config MAC_SCSI
16391639
tristate "Macintosh NCR5380 SCSI"
1640-
depends on MAC && SCSI=y
1640+
depends on MAC && SCSI
16411641
select SCSI_SPI_ATTRS
16421642
help
16431643
This is the NCR 5380 SCSI controller included on most of the 68030

0 commit comments

Comments
 (0)