diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 00:12:05 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 03:11:12 -0500 |
commit | 6e9ae6d560e1a60113ef2a4d27eeb4931048b674 (patch) | |
tree | 5e34d6150c88f595ebca7869bdf13c84872a38e7 /drivers/scsi/Kconfig | |
parent | 92de383154e98bc0b9c4b3364af3945076f77032 (diff) |
mac_scsi: Add module option to Kconfig
Allow mac_scsi to be built as a module. Replace the old validation of
__setup options with code that validates both module and __setup options.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 3a820f61ce65..60c67e11d422 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1615,7 +1615,7 @@ config ATARI_SCSI_RESET_BOOT | |||
1615 | that leave the devices with SCSI operations partway completed. | 1615 | that leave the devices with SCSI operations partway completed. |
1616 | 1616 | ||
1617 | config MAC_SCSI | 1617 | config MAC_SCSI |
1618 | bool "Macintosh NCR5380 SCSI" | 1618 | tristate "Macintosh NCR5380 SCSI" |
1619 | depends on MAC && SCSI=y | 1619 | depends on MAC && SCSI=y |
1620 | select SCSI_SPI_ATTRS | 1620 | select SCSI_SPI_ATTRS |
1621 | help | 1621 | help |