History log of /drivers/scsi/osd/Kconfig
Revision Date Author Comments
a8f8c45082cb78489c5e6050c372ddac73ae439e 15-Aug-2011 Boaz Harrosh <bharrosh@panasas.com> osd: Kconfig remove wrong FIXME

The OSD protocol calls for all kind of security levels that use
CRYPTO_HMAC and SH1, but the current code only supports NO_SEC,
which does not use any of these.

Remove a wrong FIXME that calls for them. Thanks Maxin for
reporting on this.

Reported-by: "Maxin B. John" <maxin.john@gmail.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
6864abd8b730435d6ae9cb061095229a5a85153f 25-Jan-2009 Boaz Harrosh <bharrosh@panasas.com> [SCSI] osd: Kconfig file for in-tree builds

Kconfig file for the drivers/scsi/osd subdirectory.
Adds the following config items:
config SCSI_OSD_INITIATOR
config SCSI_OSD_ULD
config SCSI_OSD_DPRINT_SENSE
config SCSI_OSD_DEBUG

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Reviewed-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>