Skip to content

Commit 2559a1e

Browse files
Finn Thainmartinkpetersen
authored andcommitted
scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m
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 <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent ebe7364 commit 2559a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ config ATARI_SCSI
14801480

14811481
config MAC_SCSI
14821482
tristate "Macintosh NCR5380 SCSI"
1483-
depends on MAC && SCSI=y
1483+
depends on MAC && SCSI
14841484
select SCSI_SPI_ATTRS
14851485
help
14861486
This is the NCR 5380 SCSI controller included on most of the 68030

0 commit comments

Comments
 (0)