From: David S. Miller Date: Mon, 22 Sep 2014 17:14:33 +0000 (-0400) Subject: scsi: Use 'depends' with LIBFC instead of 'select'. X-Git-Tag: fixes-for-v3.18-merge-window~87^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df568d8e5250bf24e38c69ad4374baf0f8d279ba;p=pandora-kernel.git scsi: Use 'depends' with LIBFC instead of 'select'. LIBFC depends upon SCSI_FC_ATTRS and select's CRC32C. The only alternative would be to 'select' CRC32C and all of SCSI_FC_ATTRS direct and indirect dependencies in the Kconfig section for every LIBFCOE user which makes little sense. Subsequently, use 'depends' instead of 'select' for LIBFCOE too. Signed-off-by: David S. Miller --- Reading git-diff-tree failed