diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 256c7bec7bd7..e2f44e6c0bcb 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -224,14 +224,15 @@ config SCSI_LOGGING | |||
224 | can enable logging by saying Y to "/proc file system support" and | 224 | can enable logging by saying Y to "/proc file system support" and |
225 | "Sysctl support" below and executing the command | 225 | "Sysctl support" below and executing the command |
226 | 226 | ||
227 | echo "scsi log token [level]" > /proc/scsi/scsi | 227 | echo <bitmask> > /proc/sys/dev/scsi/logging_level |
228 | 228 | ||
229 | at boot time after the /proc file system has been mounted. | 229 | where <bitmask> is a four byte value representing the logging type |
230 | and logging level for each type of logging selected. | ||
230 | 231 | ||
231 | There are a number of things that can be used for 'token' (you can | 232 | There are a number of logging types and you can find them in the |
232 | find them in the source: <file:drivers/scsi/scsi.c>), and this | 233 | source at <file:drivers/scsi/scsi_logging.h>. The logging levels |
233 | allows you to select the types of information you want, and the | 234 | are also described in that file and they determine the verbosity of |
234 | level allows you to select the level of verbosity. | 235 | the logging for each logging type. |
235 | 236 | ||
236 | If you say N here, it may be harder to track down some types of SCSI | 237 | If you say N here, it may be harder to track down some types of SCSI |
237 | problems. If you say Y here your kernel will be somewhat larger, but | 238 | problems. If you say Y here your kernel will be somewhat larger, but |
@@ -570,6 +571,7 @@ config SCSI_ARCMSR_AER | |||
570 | To enable this function, choose Y here. | 571 | To enable this function, choose Y here. |
571 | 572 | ||
572 | source "drivers/scsi/megaraid/Kconfig.megaraid" | 573 | source "drivers/scsi/megaraid/Kconfig.megaraid" |
574 | source "drivers/scsi/mpt2sas/Kconfig" | ||
573 | 575 | ||
574 | config SCSI_HPTIOP | 576 | config SCSI_HPTIOP |
575 | tristate "HighPoint RocketRAID 3xxx/4xxx Controller support" | 577 | tristate "HighPoint RocketRAID 3xxx/4xxx Controller support" |
@@ -608,6 +610,7 @@ config SCSI_FLASHPOINT | |||
608 | config LIBFC | 610 | config LIBFC |
609 | tristate "LibFC module" | 611 | tristate "LibFC module" |
610 | select SCSI_FC_ATTRS | 612 | select SCSI_FC_ATTRS |
613 | select CRC32 | ||
611 | ---help--- | 614 | ---help--- |
612 | Fibre Channel library module | 615 | Fibre Channel library module |
613 | 616 | ||
@@ -1535,6 +1538,7 @@ config SCSI_NSP32 | |||
1535 | config SCSI_DEBUG | 1538 | config SCSI_DEBUG |
1536 | tristate "SCSI debugging host simulator" | 1539 | tristate "SCSI debugging host simulator" |
1537 | depends on SCSI | 1540 | depends on SCSI |
1541 | select CRC_T10DIF | ||
1538 | help | 1542 | help |
1539 | This is a host adapter simulator that can simulate multiple hosts | 1543 | This is a host adapter simulator that can simulate multiple hosts |
1540 | each with multiple dummy SCSI devices (disks). It defaults to one | 1544 | each with multiple dummy SCSI devices (disks). It defaults to one |
@@ -1803,4 +1807,6 @@ source "drivers/scsi/pcmcia/Kconfig" | |||
1803 | 1807 | ||
1804 | source "drivers/scsi/device_handler/Kconfig" | 1808 | source "drivers/scsi/device_handler/Kconfig" |
1805 | 1809 | ||
1810 | source "drivers/scsi/osd/Kconfig" | ||
1811 | |||
1806 | endmenu | 1812 | endmenu |