diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-01-12 13:53:04 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-12 13:57:55 -0400 |
commit | d0ace3c5eedff92333de0a5dd00cfb78a18b87cd (patch) | |
tree | cf868f5f3442df41fac28896b3e8f78ddae2d745 /drivers/scsi/Kconfig | |
parent | c6a44287417de1625a59f1d4ae52d033c03b9dab (diff) |
[SCSI] scsi_debug: needs CRC_T10DIF
Fix scsi_debug build error:
drivers/built-in.o: In function `resp_read':
scsi_debug.c:(.text+0x21379a): undefined reference to `crc_t10dif'
drivers/built-in.o: In function `resp_write':
scsi_debug.c:(.text+0x213fca): undefined reference to `crc_t10dif'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 256c7bec7bd7..8f0a5cbd6323 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1535,6 +1535,7 @@ config SCSI_NSP32 | |||
1535 | config SCSI_DEBUG | 1535 | config SCSI_DEBUG |
1536 | tristate "SCSI debugging host simulator" | 1536 | tristate "SCSI debugging host simulator" |
1537 | depends on SCSI | 1537 | depends on SCSI |
1538 | select CRC_T10DIF | ||
1538 | help | 1539 | help |
1539 | This is a host adapter simulator that can simulate multiple hosts | 1540 | This is a host adapter simulator that can simulate multiple hosts |
1540 | each with multiple dummy SCSI devices (disks). It defaults to one | 1541 | each with multiple dummy SCSI devices (disks). It defaults to one |