Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
2b7fe39b 78bbd284

+1
+1
drivers/scsi/Kconfig
··· 837 837 # (temporary): known alpha quality driver 838 838 depends on EXPERIMENTAL 839 839 select SCSI_SAS_LIBSAS 840 + select SCSI_SAS_HOST_SMP 840 841 ---help--- 841 842 This driver supports the 6Gb/s SAS capabilities of the storage 842 843 control unit found in the Intel(R) C600 series chipset.