Skip to content

Commit

Permalink
scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Finn Thain authored and Martin K. Petersen committed Feb 23, 2017
1 parent ebe7364 commit 2559a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ config ATARI_SCSI

config MAC_SCSI
tristate "Macintosh NCR5380 SCSI"
depends on MAC && SCSI=y
depends on MAC && SCSI
select SCSI_SPI_ATTRS
help
This is the NCR 5380 SCSI controller included on most of the 68030
Expand Down

0 comments on commit 2559a1e

Please sign in to comment.