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

SCSI_AACRAID: add a help text

Most of the text by Mark Salyzyn <mark_salyzyn@adaptec.com>.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Mark Salyzyn <mark_salyzyn@adaptec.com>

authored by

Adrian Bunk and committed by
Adrian Bunk
8075f21f f30c52d0

+8
+8
drivers/scsi/Kconfig
··· 379 379 config SCSI_AACRAID 380 380 tristate "Adaptec AACRAID support" 381 381 depends on SCSI && PCI 382 + help 383 + This driver supports a variety of Dell, HP, Adaptec, IBM and 384 + ICP storage products. For a list of supported products, refer 385 + to <file:Documentation/scsi/aacraid.txt>. 386 + 387 + To compile this driver as a module, choose M here: the module 388 + will be called aacraid. 389 + 382 390 383 391 source "drivers/scsi/aic7xxx/Kconfig.aic7xxx" 384 392