[SCSI] fusion-kconfig-cleanup

* This patch clarifies help section in FUSION_MAX_SGE entry.

Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Moore, Eric Dean 2005-05-11 17:37:29 -06:00 committed by James Bottomley
parent d485eb8305
commit 51bbc9c3e8

View file

@ -36,17 +36,16 @@ config FUSION_FC
LSIFC929XL LSIFC929XL
config FUSION_MAX_SGE config FUSION_MAX_SGE
int "Maximum number of scatter gather entries" int "Maximum number of scatter gather entries (16 - 128)"
depends on FUSION_SPI || FUSION_FC depends on FUSION
default "128" default "128"
range 16 128
help help
This option allows you to specify the maximum number of scatter- This option allows you to specify the maximum number of scatter-
gather entries per I/O. The driver defaults to 40, a reasonable number gather entries per I/O. The driver default is 128, which matches
for most systems. However, the user may increase this up to 128. SCSI_MAX_PHYS_SEGMENTS. However, it may decreased down to 16.
Increasing this parameter will require significantly more memory Decreasing this parameter will reduce memory requirements
on a per controller instance. Increasing the parameter is not on a per controller instance.
necessary (or recommended) unless the user will be running
large I/O's via the raw interface.
config FUSION_CTL config FUSION_CTL
tristate "Fusion MPT misc device (ioctl) driver" tristate "Fusion MPT misc device (ioctl) driver"