diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index d61662c1a0ee..7de5fdfdab67 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -209,7 +209,7 @@ config SCSI_LOGGING | |||
209 | there should be no noticeable performance impact as long as you have | 209 | there should be no noticeable performance impact as long as you have |
210 | logging turned off. | 210 | logging turned off. |
211 | 211 | ||
212 | menu "SCSI Transport Attributes" | 212 | menu "SCSI Transports" |
213 | depends on SCSI | 213 | depends on SCSI |
214 | 214 | ||
215 | config SCSI_SPI_ATTRS | 215 | config SCSI_SPI_ATTRS |
@@ -242,6 +242,8 @@ config SCSI_SAS_ATTRS | |||
242 | If you wish to export transport-specific information about | 242 | If you wish to export transport-specific information about |
243 | each attached SAS device to sysfs, say Y. | 243 | each attached SAS device to sysfs, say Y. |
244 | 244 | ||
245 | source "drivers/scsi/libsas/Kconfig" | ||
246 | |||
245 | endmenu | 247 | endmenu |
246 | 248 | ||
247 | menu "SCSI low-level drivers" | 249 | menu "SCSI low-level drivers" |
@@ -431,6 +433,7 @@ config SCSI_AIC7XXX_OLD | |||
431 | module will be called aic7xxx_old. | 433 | module will be called aic7xxx_old. |
432 | 434 | ||
433 | source "drivers/scsi/aic7xxx/Kconfig.aic79xx" | 435 | source "drivers/scsi/aic7xxx/Kconfig.aic79xx" |
436 | source "drivers/scsi/aic94xx/Kconfig" | ||
434 | 437 | ||
435 | # All the I2O code and drivers do not seem to be 64bit safe. | 438 | # All the I2O code and drivers do not seem to be 64bit safe. |
436 | config SCSI_DPT_I2O | 439 | config SCSI_DPT_I2O |