hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/scsi/mpt3sas/Kconfig
....@@ -45,7 +45,8 @@
4545 depends on PCI && SCSI
4646 select SCSI_SAS_ATTRS
4747 select RAID_ATTRS
48
- ---help---
48
+ select IRQ_POLL
49
+ help
4950 This driver supports PCI-Express SAS 12Gb/s Host Adapters.
5051
5152 config SCSI_MPT2SAS_MAX_SGE
....@@ -53,7 +54,7 @@
5354 depends on PCI && SCSI && SCSI_MPT3SAS
5455 default "128"
5556 range 16 256
56
- ---help---
57
+ help
5758 This option allows you to specify the maximum number of scatter-
5859 gather entries per I/O. The driver default is 128, which matches
5960 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
....@@ -65,7 +66,7 @@
6566 depends on PCI && SCSI && SCSI_MPT3SAS
6667 default "128"
6768 range 16 256
68
- ---help---
69
+ help
6970 This option allows you to specify the maximum number of scatter-
7071 gather entries per I/O. The driver default is 128, which matches
7172 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
....@@ -77,6 +78,6 @@
7778 default n
7879 select SCSI_MPT3SAS
7980 depends on PCI && SCSI
80
- ---help---
81
+ help
8182 Dummy config option for backwards compatiblity: configure the MPT3SAS
8283 driver instead.