Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b7fe39b authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

scsi: SCSI_ISCI needs to select SCSI_SAS_HOST_SMP, fixes build error



SCSI_ISCI needs to select SCSI_SAS_HOST_SMP to ensure that all
needed symbols are available to it.

Fixes this build error:

  ERROR: "try_test_sas_gpio_gp_bit" [drivers/scsi/isci/isci.ko] undefined!

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 78bbd284
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -837,6 +837,7 @@ config SCSI_ISCI
	# (temporary): known alpha quality driver
	# (temporary): known alpha quality driver
	depends on EXPERIMENTAL
	depends on EXPERIMENTAL
	select SCSI_SAS_LIBSAS
	select SCSI_SAS_LIBSAS
	select SCSI_SAS_HOST_SMP
	---help---
	---help---
	  This driver supports the 6Gb/s SAS capabilities of the storage
	  This driver supports the 6Gb/s SAS capabilities of the storage
	  control unit found in the Intel(R) C600 series chipset.
	  control unit found in the Intel(R) C600 series chipset.